pgsql: Fix typo

2024-12-13 Thread John Naylor
Fix typo Ryo Kanbayashi Discussion: https://postgr.es/m/CANOn0ExEQiPVrzkjULkENVac_n4Lknm6dxsU69MSncQap0kJVA%40mail.gmail.com Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/c72ca3ddec15b73d9f9dc3e21b8db5d958b0dad7 Modified Files -- src/backend/optimiz

pgsql: Fix possible crash in pg_dump with identity sequences.

2024-12-13 Thread Tom Lane
Fix possible crash in pg_dump with identity sequences. If an owned sequence is considered interesting, force its owning table to be marked interesting too. This ensures, in particular, that we'll fetch the owning table's column names so we have the data needed for ALTER TABLE ... ADD GENERATED.

pgsql: Fix possible crash in pg_dump with identity sequences.

2024-12-13 Thread Tom Lane
Fix possible crash in pg_dump with identity sequences. If an owned sequence is considered interesting, force its owning table to be marked interesting too. This ensures, in particular, that we'll fetch the owning table's column names so we have the data needed for ALTER TABLE ... ADD GENERATED.

pgsql: Fix possible crash in pg_dump with identity sequences.

2024-12-13 Thread Tom Lane
Fix possible crash in pg_dump with identity sequences. If an owned sequence is considered interesting, force its owning table to be marked interesting too. This ensures, in particular, that we'll fetch the owning table's column names so we have the data needed for ALTER TABLE ... ADD GENERATED.

pgsql: Fix possible crash in pg_dump with identity sequences.

2024-12-13 Thread Tom Lane
Fix possible crash in pg_dump with identity sequences. If an owned sequence is considered interesting, force its owning table to be marked interesting too. This ensures, in particular, that we'll fetch the owning table's column names so we have the data needed for ALTER TABLE ... ADD GENERATED.

pgsql: Fix possible crash in pg_dump with identity sequences.

2024-12-13 Thread Tom Lane
Fix possible crash in pg_dump with identity sequences. If an owned sequence is considered interesting, force its owning table to be marked interesting too. This ensures, in particular, that we'll fetch the owning table's column names so we have the data needed for ALTER TABLE ... ADD GENERATED.

pgsql: Fix possible crash in pg_dump with identity sequences.

2024-12-13 Thread Tom Lane
Fix possible crash in pg_dump with identity sequences. If an owned sequence is considered interesting, force its owning table to be marked interesting too. This ensures, in particular, that we'll fetch the owning table's column names so we have the data needed for ALTER TABLE ... ADD GENERATED.