This is an automated email from the ASF dual-hosted git repository. chenjinbao1989 pushed a commit to branch cbdb-postgres-merge in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 0792fadedc564d466035d64b7f447e74120b5a8a Author: Jinbao Chen <[email protected]> AuthorDate: Wed Jan 14 20:45:27 2026 +0800 Add prodataaccess and proexeclocation column in function dump codes --- src/bin/pg_dump/pg_dump.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c index c612dbb598f..dec72a8d0a6 100644 --- a/src/bin/pg_dump/pg_dump.c +++ b/src/bin/pg_dump/pg_dump.c @@ -13091,6 +13091,8 @@ dumpFunc(Archive *fout, const FuncInfo *finfo) "proconfig,\n" "procost,\n" "prorows,\n" + "prodataaccess,\n" + "proexeclocation,\n" "pg_catalog.pg_get_function_arguments(p.oid) AS funcargs,\n" "pg_catalog.pg_get_function_identity_arguments(p.oid) AS funciargs,\n" "pg_catalog.pg_get_function_result(p.oid) AS funcresult,\n" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
