This is an automated email from the ASF dual-hosted git repository.

Smyatkin-Maxim pushed a commit to branch pg-dump-rebase-REL-2
in repository https://gitbox.apache.org/repos/asf/cloudberry.git

commit ec6f1c844126342ca0a7d22077c17f4e39749923
Author: Adam Lee <[email protected]>
AuthorDate: Mon Mar 18 14:57:28 2024 +0800

    Remove a fixme referring selectSourceSchema()
    
    selectSourceSchema() was removed, remove the fixme but keep the comment
    since it's still valid.
---
 src/bin/pg_dump/pg_dump.c | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/src/bin/pg_dump/pg_dump.c b/src/bin/pg_dump/pg_dump.c
index 15915acf809..45de95648b1 100644
--- a/src/bin/pg_dump/pg_dump.c
+++ b/src/bin/pg_dump/pg_dump.c
@@ -15782,10 +15782,7 @@ dumpExtProtocol(Archive *fout, const ExtProtInfo 
*ptcinfo)
         * qualified with namespace, we must ensure that we have the search_path
         * set with the namespaces of the referenced functions. We only need the
         * dump file to have the search_path so inject a SET search_path = .. ;
-        * into the output stream instead of calling selectSourceSchema().
-        *
-        * GPDB_96_MERGE_FIXME: update the above comment because 
selectSourceSchema
-        * has been removed in upstream 9f6e5296a  Security: CVE-2018-1058
+        * into the output stream.
         */
        prev_ns = NULL;
        for (i = 0; i < FCOUNT; i++)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to