]> granicus.if.org Git - postgresql/commit
Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLY
authorTomas Vondra <tomas.vondra@postgresql.org>
Tue, 1 Oct 2019 12:39:06 +0000 (14:39 +0200)
committerTomas Vondra <tomas.vondra@postgresql.org>
Tue, 1 Oct 2019 12:39:06 +0000 (14:39 +0200)
commitfa2fe04bf1d4d31e099808745974964f84eb4521
tree4f91a5a3655eccafe5aa84a03772b00d0179f31f
parent11a078cf87ffb611d19c7dec6df68b41084ad9c9
Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLY

This fixes two compiler warnings about unused variables in non-assert builds,
introduced by 5dd7fc1519461548eebf26c33eac6878ea3e8788.
src/backend/utils/mmgr/aset.c