pgsql: Remove ancient special case code for dropping oid columns - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove ancient special case code for dropping oid columns
Date
Msg-id E1qJaik-0000ps-2K@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove ancient special case code for dropping oid columns

The special handling of negative attribute numbers in
RemoveAttributeById() was introduced to support SET WITHOUT OIDS
(commit 24614a9880).  But that feature doesn't exist anymore, so we
can revert to the previous, simpler version.

Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://www.postgresql.org/message-id/flat/52a125e4-ff9a-95f5-9f61-b87cf447e4da@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7ef2912519fdea0dd0f6747c4dc008c99dc51e90

Modified Files
--------------
src/backend/catalog/heap.c | 99 ++++++++++++++++++++--------------------------
1 file changed, 43 insertions(+), 56 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Allow some exclusion constraints on partitions
Next
From: Alvaro Herrera
Date:
Subject: pgsql: parallel_schedule: add comment on event_trigger test dependency