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

tuhaihe pushed a commit to branch REL_2_STABLE
in repository https://gitbox.apache.org/repos/asf/cloudberry.git

commit ea3a7f9fd1e6765e78dba8a13eda7b39201c71db
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 0d51ed45015..23757c62573 100644
--- a/src/bin/pg_dump/pg_dump.c
+++ b/src/bin/pg_dump/pg_dump.c
@@ -15781,10 +15781,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