Teach pg_dump about the new pg_subscription.subrunasowner option.
commit67738dbf9c9232c8dc1892f970a0bf89617058a6
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Oct 2023 16:56:24 +0000 (29 12:56 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 29 Oct 2023 16:56:24 +0000 (29 12:56 -0400)
treec1708744527f3e841d6cc94e2d732ece93e47cc4
parentab73a37e9e1e5308f4dbb81902125b484f9c5432
Teach pg_dump about the new pg_subscription.subrunasowner option.

Among numerous other oversights, commit 482675987 neglected to fix
pg_dump to dump this new subscription option.  Since the new default
is "false" while the previous behavior corresponds to "true", this
would cause legacy subscriptions to silently change behavior during
dump/reload or pg_upgrade.  That seems like a bad idea.  Even if it
was intended, failing to preserve the option once set in a new
installation is certainly not OK.

While here, reorder associated stanzas in pg_dump to match the
field order in pg_subscription, in hopes of reducing the impression
that all this code was written with the aid of a dartboard.

Back-patch to v16 where this new field was added.

Philip Warner (cosmetic tweaks by me)

Discussion: https://postgr.es/m/20231027042539.01A3A220F0A@thebes.rime.com.au
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h