Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLY

Tomas Vondra <tomas.vondra@postgresql.org>

Commit: fa2fe04bf1d4d31e099808745974964f84eb4521
Author: Tomas Vondra <tomas.vondra@postgresql.org>
Date: 2019-10-01T12:39:06Z
Releases: 13.0
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.

Files

PathChange+/−
src/backend/utils/mmgr/aset.c modified +4 −2