pgsql: Silence compiler warning about undefined function when compiling - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Silence compiler warning about undefined function when compiling
Date
Msg-id E1PwVMx-0003c8-8j@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Silence compiler warning about undefined function when compiling without
assertions.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/baabf05196922164db80bdc45fd0660c8700f1f7

Modified Files
--------------
src/backend/replication/syncrep.c |    2 ++
1 files changed, 2 insertions(+), 0 deletions(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: Tighten pg_upgrade check for pre-8.4 toast table name matching.
Next
From: Fujii Masao
Date:
Subject: Re: pgsql: Efficient transaction-controlled synchronous replication.