pgsql: pg_resetwal: Rename function to avoid potential conflict - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: pg_resetwal: Rename function to avoid potential conflict
Date
Msg-id E1j5Tuv-0001BW-8K@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_resetwal: Rename function to avoid potential conflict

ReadControlFile() here conflicts with a function of the same name in
xlog.c.  There is no actual conflict right now, but since
pg_resetwal.c reaches deep inside backend headers, it's possible in
the future.

Discussion: https://www.postgresql.org/message-id/e8f86ba5-48f1-a80a-7f1d-b76bcb9c5c47@2ndquadrant.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5f1b8260af961ddf05968c9c3e7f178a3ad5d2ea

Modified Files
--------------
src/bin/pg_resetwal/pg_resetwal.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Peter Geoghegan
Date:
Subject: Re: pgsql: Assume that we have signed integral types and flexiblearray mem
Next
From: Michael Paquier
Date:
Subject: pgsql: Add prefix checks in exclude lists for pg_rewind, pg_checksums a