pgsql: Remove unused function declaration in logicalproto.h.

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused function declaration in logicalproto.h.
Date: 2020-09-12 02:24:45
Message-ID: E1kGvDZ-0007cs-Gx@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused function declaration in logicalproto.h.

In the passing, fix a typo in pgoutput.c.

Reported-by: Tomas Vondra
Author: Tomas Vondra
Reviewed-by: Dilip Kumar
Discussion: https://postgr.es/m/20200909084353.pncuclpbwlr7vylh@development

Branch
------
master

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

Modified Files
--------------
src/backend/replication/pgoutput/pgoutput.c | 2 +-
src/include/replication/logicalproto.h | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2020-09-12 02:38:39 pgsql: Fix inconsistency in determining the timestamp of the db statfil
Previous Message Jeff Davis 2020-09-12 00:24:43 pgsql: logtape.c: do not preallocate for tapes when sorting