mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Revert CREATE INDEX ... INCLUDING ...
It's not ready yet, revert two commits690c543550
- unstable test output386e3d7609
- patch itself
This commit is contained in:
@ -69,7 +69,6 @@ gisthandler(PG_FUNCTION_ARGS)
|
||||
amroutine->amstorage = true;
|
||||
amroutine->amclusterable = true;
|
||||
amroutine->ampredlocks = false;
|
||||
amroutine->amcaninclude = false;
|
||||
amroutine->amkeytype = InvalidOid;
|
||||
|
||||
amroutine->ambuild = gistbuild;
|
||||
|
Reference in New Issue
Block a user