Thread: pgsql: Move resetting of currSchema to a spot where it's not vulnerable

pgsql: Move resetting of currSchema to a spot where it's not vulnerable

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Move resetting of currSchema to a spot where it's not vulnerable to getting
missed in possible future partial-drop scenarios.  Improve comment.
Per report from Zoltan Boszormenyi.

Modified Files:
--------------
    pgsql/src/bin/pg_dump:
        pg_backup_archiver.c (r1.150 -> r1.151)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/bin/pg_dump/pg_backup_archiver.c?r1=1.150&r2=1.151)