pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.

2025-04-05 Thread Tom Lane
Need to do CommandCounterIncrement after StoreAttrMissingVal. Without this, an additional change to the same pg_attribute row within the same command will fail. This is possible at least with ALTER TABLE ADD COLUMN on a multiple-inheritance-pathway structure. (Another potential hazard is that imm

pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.

2025-04-04 Thread Tom Lane
Need to do CommandCounterIncrement after StoreAttrMissingVal. Without this, an additional change to the same pg_attribute row within the same command will fail. This is possible at least with ALTER TABLE ADD COLUMN on a multiple-inheritance-pathway structure. (Another potential hazard is that imm

pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.

2025-04-02 Thread Tom Lane
Need to do CommandCounterIncrement after StoreAttrMissingVal. Without this, an additional change to the same pg_attribute row within the same command will fail. This is possible at least with ALTER TABLE ADD COLUMN on a multiple-inheritance-pathway structure. (Another potential hazard is that imm

pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.

2025-04-02 Thread Tom Lane
Need to do CommandCounterIncrement after StoreAttrMissingVal. Without this, an additional change to the same pg_attribute row within the same command will fail. This is possible at least with ALTER TABLE ADD COLUMN on a multiple-inheritance-pathway structure. (Another potential hazard is that imm

pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.

2025-04-02 Thread Tom Lane
Need to do CommandCounterIncrement after StoreAttrMissingVal. Without this, an additional change to the same pg_attribute row within the same command will fail. This is possible at least with ALTER TABLE ADD COLUMN on a multiple-inheritance-pathway structure. (Another potential hazard is that imm

pgsql: Need to do CommandCounterIncrement after StoreAttrMissingVal.

2025-04-02 Thread Tom Lane
Need to do CommandCounterIncrement after StoreAttrMissingVal. Without this, an additional change to the same pg_attribute row within the same command will fail. This is possible at least with ALTER TABLE ADD COLUMN on a multiple-inheritance-pathway structure. (Another potential hazard is that imm