diff options
author | Andres Freund <andres@anarazel.de> | 2018-11-26 23:26:05 -0800 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2018-11-26 23:26:18 -0800 |
commit | a0b4a638037c0a2160ff7c8b898a6c230cbcb9dc (patch) | |
tree | e771f921e1f7cbf01d1dcf29a9a8212e1e2a4cd4 /src/backend/access/gist/gistbuild.c | |
parent | 181d35af7bb074023156c802a6ae51208fcd7359 (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/gistbuild.c')
0 files changed, 0 insertions, 0 deletions