This is an automated email from the ASF dual-hosted git repository. maxyang pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 2034e5e3b2aee32a9b1cd5adef768b0f51f43de4 Author: David Kimura <[email protected]> AuthorDate: Wed Aug 31 18:27:24 2022 +0000 Remove FIXME label to gut has_oids This was already addressed in commit 49049ee67504, but missed this FIXME. --- src/backend/gpopt/translate/CTranslatorRelcacheToDXL.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/backend/gpopt/translate/CTranslatorRelcacheToDXL.cpp b/src/backend/gpopt/translate/CTranslatorRelcacheToDXL.cpp index 7ecffe4fa2..f7987fa942 100644 --- a/src/backend/gpopt/translate/CTranslatorRelcacheToDXL.cpp +++ b/src/backend/gpopt/translate/CTranslatorRelcacheToDXL.cpp @@ -468,8 +468,6 @@ CTranslatorRelcacheToDXL::RetrieveRel(CMemoryPool *mp, CMDAccessor *md_accessor, mdpart_constraint = RetrievePartConstraintForRel( mp, md_accessor, rel.get(), mdcol_array); - // GPDB_12_MERGE_FIXME: this leaves dead code in CMDRelationGPDB. We - // should gut it all the way md_rel = GPOS_NEW(mp) CMDRelationGPDB( mp, mdid, mdname, is_temporary, rel_storage_type, dist, mdcol_array, distr_cols, distr_op_families, part_keys, part_types, --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
