Обсуждение: pgsql: Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLY

Поиск
Список
Период
Сортировка

pgsql: Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLY

От
Tomas Vondra
Дата:
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/fa2fe04bf1d4d31e099808745974964f84eb4521

Modified Files
--------------
src/backend/utils/mmgr/aset.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)