summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistvacuum.c
diff options
context:
space:
mode:
authorAndres Freund <andres@anarazel.de>2018-11-26 23:26:05 -0800
committerAndres Freund <andres@anarazel.de>2018-11-26 23:26:24 -0800
commita52c31b8190518ac5776c228c314c946dc51eb62 (patch)
tree654c03a3dfb9fc5fe4c5d438e8b8933b4a486e95 /src/backend/access/gist/gistvacuum.c
parent17024c08e8e07bebdb02917304c4aa2a9004d917 (diff)
Fix ac218aa4f6 to work on versions before 9.5.
Unfortunately ac218aa4f6 missed the fact that a reference to 'pg_catalog.regnamespace'::regclass wouldn't work before that type is known. Fix that, by replacing the regtype usage with a join to pg_type. Reported-By: Tom Lane Author: Andres Freund Discussion: https://postgr.es/m/8863.1543297423@sss.pgh.pa.us Backpatch: 9.5-, like ac218aa4f6
Diffstat (limited to 'src/backend/access/gist/gistvacuum.c')
0 files changed, 0 insertions, 0 deletions