pgsql: Remove unused function declaration

From: David Rowley <drowley(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused function declaration
Date: 2021-08-08 11:28:22
Message-ID: E1mCgyc-0002id-QR@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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 inclusion of guc.h also
seems surplus to requirements.

Author: Andrey Lepikhov
Discussion: https://postgr.es/m/f49aefb5-edbb-633a-af07-3e777023a94d@postgrespro.ru

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/75a2d132eaef7d951db894cf3201f85e9a524774

Modified Files
--------------
src/include/access/commit_ts.h | 4 ----
1 file changed, 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-08-08 15:56:39 pgsql: Rethink regexp engine's backref-related compilation state.
Previous Message Tom Lane 2021-08-08 02:27:37 pgsql: Fix use-after-free issue in regexp engine.