diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2017-09-21 08:41:14 -0400 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2017-09-21 08:41:14 -0400 |
commit | 28ae524bbf865d23eb10f6ae1b996d59dcc30e4e (patch) | |
tree | e8fed3c6e1086a50ac0149fae3f15ef742b08057 /src/backend/access/gist/gistxlog.c | |
parent | 9140cf8269b0c4ae002b2748d93979d535891311 (diff) | |
download | postgresql-28ae524bbf865d23eb10f6ae1b996d59dcc30e4e.tar.gz postgresql-28ae524bbf865d23eb10f6ae1b996d59dcc30e4e.zip |
Quieten warnings about unused variables
These variables are only ever written to in assertion-enabled builds,
and the latest Microsoft compilers complain about such variables in
non-assertion-enabled builds.
Apparently they don't worry so much about variables that are written to
but not read from, so most of our PG_USED_FOR_ASSERTS_ONLY variables
don't cause the problem.
Discussion: https://postgr.es/m/7800.1505950322@sss.pgh.pa.us
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
0 files changed, 0 insertions, 0 deletions