aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.c
diff options
context:
space:
mode:
authorTomas Vondra <tomas.vondra@postgresql.org>2018-11-28 00:48:51 +0100
committerTomas Vondra <tomas.vondra@postgresql.org>2018-11-28 00:48:51 +0100
commitd1ce4ed2d56e42531581bb83e769a8840c591e15 (patch)
tree9a13510f67e20465b60e56947b7b872ed9c6daa2 /contrib/postgres_fdw/postgres_fdw.c
parentd67dae036bd71afd2be7a2fafd7bc1ef38bfcdd1 (diff)
downloadpostgresql-d1ce4ed2d56e42531581bb83e769a8840c591e15.tar.gz
postgresql-d1ce4ed2d56e42531581bb83e769a8840c591e15.zip
Use wildcard to match parens after CREATE STATISTICS
CREATE STATISTICS completion was checking manually for the start and end of the parenthesised list of types. That works, but we now have a better way to do that as commit 121213d9d taught word_matches() to allow '*' in the middle of an alternative. But it only applied that to tab completion for EXPLAIN, ANALYZE and VACUUM. Use it for CREATE STATISTICS too. Author: Dagfinn Ilmari Mannsåker Discussion: https://www.postgresql.org/message-id/flat/d8jwooziy1s.fsf%40dalvik.ping.uio.no
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.c')
0 files changed, 0 insertions, 0 deletions