pgsql: Fix inconsistent function prototypes with function definitions.

From: Masahiko Sawada <msawada(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix inconsistent function prototypes with function definitions.
Date: 2024-03-26 04:14:14
Message-ID: E1royCT-005hHC-Lm@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix inconsistent function prototypes with function definitions.

Introduced by 30e144287a.

Reviewed-by: John Naylor
Discussion: https://postgr.es/m/CAD21AoCaDT%2B-ZaVjbtvumms0tyyHPNLELK2UX-MLG9XCgioaNw%40mail.gmail.com

Branch
------
master

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

Modified Files
--------------
src/include/access/tidstore.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message shveta malik 2024-03-26 04:25:19 Re: pgsql: Track last_inactive_time in pg_replication_slots.
Previous Message shveta malik 2024-03-26 04:07:48 Re: pgsql: Track last_inactive_time in pg_replication_slots.