pgsql: Remove unused function prototypes.

From: Thomas Munro <tmunro(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unused function prototypes.
Date: 2021-01-04 22:43:51
Message-ID: E1kwYZr-0002it-VS@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unused function prototypes.

Cleanup for commit dee663f7.

Reported-by: Tomas Vondra <tomas(dot)vondra(at)enterprisedb(dot)com>
Discussion: https://postgr.es/m/CA+hUKGLJ=84YT+NvhkEEDAuUtVHMfQ9i-N7k_o50JmQ6Rpj_OQ@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/87c23d36a3bc81e57b813f13c403f74a67ff33a9

Modified Files
--------------
src/include/access/clog.h | 1 -
src/include/access/commit_ts.h | 1 -
src/include/access/multixact.h | 1 -
src/include/access/subtrans.h | 1 -
4 files changed, 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2021-01-04 23:33:05 pgsql: Fix integer-overflow corner cases in substring() functions.
Previous Message Tom Lane 2021-01-04 17:39:40 pgsql: Rethink the "read/write parameter" mechanism in pl/pgsql.