Commit 5eaa0e9
committed
Remove ancient special case code for adding oid columns
The special handling of negative attribute numbers in
ATExecAddColumn() was introduced to support SET WITH OIDS (commit
6d1e361). But that feature doesn't exist anymore, so we can revert
to the previous, simpler version. In passing, also remove an obsolete
comment about OID support.
Reviewed-by: Alvaro Herrera <alvherre@alvh.no-ip.org>
Discussion: https://www.postgresql.org/message-id/flat/52a125e4-ff9a-95f5-9f61-b87cf447e4da@eisentraut.org1 parent adf333b commit 5eaa0e9
1 file changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2450 | 2450 | | |
2451 | 2451 | | |
2452 | 2452 | | |
2453 | | - | |
2454 | | - | |
| 2453 | + | |
2455 | 2454 | | |
2456 | 2455 | | |
2457 | 2456 | | |
| |||
6945 | 6944 | | |
6946 | 6945 | | |
6947 | 6946 | | |
6948 | | - | |
| 6947 | + | |
6949 | 6948 | | |
6950 | 6949 | | |
6951 | 6950 | | |
| |||
7068 | 7067 | | |
7069 | 7068 | | |
7070 | 7069 | | |
7071 | | - | |
| 7070 | + | |
7072 | 7071 | | |
7073 | 7072 | | |
7074 | 7073 | | |
| |||
0 commit comments