pgsql: Remove unused function declaration

2021-08-08 Thread David Rowley
Remove unused function declaration It appears that check_track_commit_timestamp was declared but has never been defined in our code base. Likely this is just leftover cruft from a development version of the original patch to add commit timestamps. Let's just remove the useless declaration. The

pgsql: Remove unused function declaration in logicalproto.h.

2020-09-11 Thread Amit Kapila
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.po