pgsql: Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLY - Mailing list pgsql-committers

From Tomas Vondra
Subject pgsql: Mark two variables in in aset.c with PG_USED_FOR_ASSERTS_ONLY
Date
Msg-id E1iFHUK-0004i7-Hn@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Tomas Vondra
Date:
Subject: pgsql: Optimize partial TOAST decompression
Next
From: Robert Haas
Date:
Subject: Re: pgsql: Make crash recovery ignore recovery target settings.