pgsql: Mark mystreamer variable as PG_USED_FOR_ASSERTS_ONLY

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Mark mystreamer variable as PG_USED_FOR_ASSERTS_ONLY
Date: 2021-11-06 15:33:37
Message-ID: E1mjNhJ-0008S5-FW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Mark mystreamer variable as PG_USED_FOR_ASSERTS_ONLY

Silences warnings about unused variable, when built without asserts.

Branch
------
master

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

Modified Files
--------------
src/bin/pg_basebackup/bbstreamer_file.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-11-06 15:56:50 pgsql: Second-draft release notes for 14.1.
Previous Message Tom Lane 2021-11-06 14:30:19 Re: pgsql: Introduce 'bbstreamer' abstraction to modularize pg_basebackup.