forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4faea7f
committed
Revert recent change of ScanOption values and renumber SO_TYPE_TIDSCAN.
Commit598b466 in v12 renumbered ScanOption enum values to addthe option for Tid scan. But the change of the codes assigned tothe existing values caused an ABI break and may break some extensionsdepending on them. This should be avoided in minor version.This commit reverts the renumbering of ScanOption enum values made bycommit598b466 in v12 and put the ScanOption for Tid scan with new value.This is applied only to v12.Per complaint from Tom Lane.Discussion:https://postgr.es/m/5261.1581103527@sss.pgh.pa.us1 parent388d435 commit4faea7f
1 file changed
+6
-6
lines changedLines changed: 6 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
47 | 47 |
| |
48 | 48 |
| |
49 | 49 |
| |
50 |
| - | |
51 |
| - | |
| 50 | + | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 |
| - | |
| 57 | + | |
58 | 58 |
| |
59 |
| - | |
| 59 | + | |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
| 62 | + | |
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
|
0 commit comments
Comments
(0)