Fix pg_dump/pg_restore to restore event trigger comments later.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Apr 2020 15:23:40 +0000 (11:23 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 8 Apr 2020 15:23:40 +0000 (11:23 -0400)
commit7780660520b77b1ce050e63b2ab234068a108ee3
treec58491b63a7cd9b26c2ef9529af89cd22a01ffef
parent049e9f48e967767ace15e4f4c36e9acdaa60465f
Fix pg_dump/pg_restore to restore event trigger comments later.

Repair an oversight in commit 8728b2c70: if we're postponing restore
of event triggers to the end, we must also postpone restoring any
comments on them, since of course we cannot create the comments first.
(This opens yet another opportunity for an event trigger to bollix
the restore, but there's no help for that.)

Per bug #16346 from Alexander Lakhin.

Like the previous commit, back-patch to all supported branches.

Hamid Akhtar and Tom Lane

Discussion: https://postgr.es/m/16346-6210ad7a0ea81be1@postgresql.org
src/bin/pg_dump/pg_backup_archiver.c