mirror of
https://github.com/postgres/postgres.git
synced 2025-07-24 14:22:24 +03:00
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.