]> git.ipfire.org Git - thirdparty/postgresql.git/commit
pg_resetwal: Rename function to avoid potential conflict
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 17 Feb 2020 16:35:48 +0000 (17:35 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Sat, 22 Feb 2020 11:09:27 +0000 (12:09 +0100)
commit5f1b8260af961ddf05968c9c3e7f178a3ad5d2ea
treecf04bbc85772e01c02b5e1788efe040774c31626
parentec4a7851d5914bbdc5b65175e2489ec19020217e
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
src/bin/pg_resetwal/pg_resetwal.c