summaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistproc.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2020-11-15 12:39:49 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2020-11-15 12:39:49 -0500
commitff94205787244ace8ce63e3d9eb98338c59ac215 (patch)
treee2654aba829b3ea66ce662f78e86200574af0191 /src/backend/access/gist/gistproc.c
parent39f9f04b57844143c7f510cc901501057103bfe4 (diff)
downloadpostgresql-ff94205787244ace8ce63e3d9eb98338c59ac215.tar.gz
Suppress "warning: variable 'collcollate' set but not used".
Buildfarm members that lack both HAVE_LOCALE_T and USE_ICU have been complaining about pg_newlocale_from_collation's collcollate variable. This is evidently fallout from commit 7d1297df0, which removed the only usage outside those two #ifdef'd code paths. Mark the variable pg_attribute_unused(), like its sibling collctype, which has been that way for a long time.
Diffstat (limited to 'src/backend/access/gist/gistproc.c')
0 files changed, 0 insertions, 0 deletions