Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- make USE_PGXS=1 PG_CONFIG=/usr/bin/pg_config top_srcdir=/home/karma/postgresql-14-14.12
- gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wcast-function-type -Wshadow=compatible-local -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -g -g -O2 -fstack-protector-strong -Wformat -Werror=format-security -fno-omit-frame-pointer -DFRONTEND -I. -I./ -I/usr/include/postgresql/16/server -I/usr/include/postgresql/internal -Wdate-time -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -I/usr/include/libxml2 -I/usr/include/postgresql -pthread -D_REENTRANT -D_THREAD_SAFE -Isrc -I/home/karma/postgresql-14-14.12//src -c -o src/stream.o src/stream.c
- src/stream.c: In function ЃeCreateReplicationSlot_compatЃf:
- src/stream.c:192:9: error: too many arguments to function ЃeCreateReplicationSlotЃf
- 192 | return CreateReplicationSlot(conn, slot_name, plugin, is_temporary, is_physical,
- | ^~~~~~~~~~~~~~~~~~~~~
- In file included from src/stream.c:12:
- src/streamutil.h:34:13: note: declared here
- 34 | extern bool CreateReplicationSlot(PGconn *conn, const char *slot_name,
- | ^~~~~~~~~~~~~~~~~~~~~
- src/stream.c: In function ЃeStreamLogЃf:
- src/stream.c:281:4: error: ЃePG_COMPRESSION_NONEЃf undeclared (first use in this function)
- 281 | PG_COMPRESSION_NONE,
- | ^~~~~~~~~~~~~~~~~~~
- src/stream.c:281:4: note: each undeclared identifier is reported only once for each function it appears in
- src/stream.c:279:19: error: too many arguments to function ЃeCreateWalDirectoryMethodЃf
- 279 | ctl.walmethod = CreateWalDirectoryMethod(
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- In file included from src/receivelog.h:17,
- from src/stream.c:11:
- src/walmethods.h:97:17: note: declared here
- 97 | WalWriteMethod *CreateWalDirectoryMethod(const char *basedir,
- | ^~~~~~~~~~~~~~~~~~~~~~~~
- src/stream.c:311:20: error: ЃeWalWriteMethodЃf has no member named ЃeopsЃf
- 311 | if (!ctl.walmethod->ops->finish(ctl.walmethod))
- | ^~
- src/stream.c: In function Ѓeparse_tli_history_bufferЃf:
- src/stream.c:595:15: warning: declaration of ЃetliЃf shadows a parameter [-Wshadow=compatible-local]
- 595 | TimeLineID tli;
- | ^~~
- src/stream.c:574:52: note: shadowed declaration is here
- 574 | parse_tli_history_buffer(char *history, TimeLineID tli)
- | ~~~~~~~~~~~^~~
- make: *** [<builtin>: src/stream.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement