forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5eaa0e9
committed
Remove ancient special case code for adding oid columns
The special handling of negative attribute numbers inATExecAddColumn() was introduced to support SET WITH OIDS (commit6d1e361). But that feature doesn't exist anymore, so we can revertto the previous, simpler version. In passing, also remove an obsoletecomment 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 parentadf333b commit5eaa0e9
1 file changed
+3
-4
lines changedLines changed: 3 additions & 4 deletions
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
Comments
(0)