mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 23:33:01 -04:00
b416c0bb62
Commit c7e27becd2 fixed this on the backend side, but we neglected
the fact that several code paths in pg_dump were printing reloptions
values that had not gotten massaged by ruleutils. Apply essentially the
same quoting logic in those places, too.