diff options
author | Pavan Deolasee | 2017-06-15 05:25:34 +0000 |
---|---|---|
committer | Pavan Deolasee | 2017-06-15 05:25:34 +0000 |
commit | 72dd9fdf7a898bddf4cfbf9b4d16bff11521d3da (patch) | |
tree | 05974ce8b196c47391697f2c45cc0f1c6491cff3 /src/backend/access/gist/gistvalidate.c | |
parent | 302ab9725906d0268db4fcbc64d787dd0438418c (diff) |
Take into account the fact that pg_parse_query() returns a list of RawStmt
Starting PG 10, pg_parse_query() returns a list of RawStmt unlike a list of
parse trees. The actual parse tree is now available as RawStmt->stmt. So we
must look into the correct place to check if the supplied query is one of the
special statements such as VACUUM, CLUSTER or CREATE INDEX statement, which
needs special handling.
Diffstat (limited to 'src/backend/access/gist/gistvalidate.c')
0 files changed, 0 insertions, 0 deletions