diff options
author | Fujii Masao <fujii@postgresql.org> | 2020-02-08 12:29:38 +0900 |
---|---|---|
committer | Fujii Masao <fujii@postgresql.org> | 2020-02-08 12:29:38 +0900 |
commit | 4faea7fdf1768c65af744b5cbeaf201cdd345547 (patch) | |
tree | 87e37813c67b31542174a83f76f2d14a5bb8d599 /src/backend/parser/parse_expr.c | |
parent | 388d4351f78dfa6082922074127d496e6f525033 (diff) | |
download | postgresql-4faea7fdf1768c65af744b5cbeaf201cdd345547.tar.gz postgresql-4faea7fdf1768c65af744b5cbeaf201cdd345547.zip |
Revert recent change of ScanOption values and renumber SO_TYPE_TIDSCAN.
Commit 598b466e80 in v12 renumbered ScanOption enum values to add
the option for Tid scan. But the change of the codes assigned to
the existing values caused an ABI break and may break some extensions
depending on them. This should be avoided in minor version.
This commit reverts the renumbering of ScanOption enum values made by
commit 598b466e80 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.us
Diffstat (limited to 'src/backend/parser/parse_expr.c')
0 files changed, 0 insertions, 0 deletions