mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +03:00
Mark a few 'bbsink' related functions / variables static.
Discussion: https://postgr.es/m/20220506234924.6mxxotl3xl63db3l@alap3.anarazel.de
This commit is contained in:
@@ -86,7 +86,7 @@ static void SendXlogRecPtrResult(XLogRecPtr ptr, TimeLineID tli);
|
||||
static void SendTablespaceList(List *tablespaces);
|
||||
static void send_int8_string(StringInfoData *buf, int64 intval);
|
||||
|
||||
const bbsink_ops bbsink_copystream_ops = {
|
||||
static const bbsink_ops bbsink_copystream_ops = {
|
||||
.begin_backup = bbsink_copystream_begin_backup,
|
||||
.begin_archive = bbsink_copystream_begin_archive,
|
||||
.archive_contents = bbsink_copystream_archive_contents,
|
||||
|
||||
Reference in New Issue
Block a user