Skip to content

Проблемы при сборке 2.5.16 под postgres18 #678

@orlovds

Description

@orlovds

Добрый день

Имеется следующая проблема:
[00:00:07] 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 -Wmissing-variable-declarations -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -pipe -frecord-gcc-switches -Wall -g -O2 -flto=auto -ffat-lto-objects -DFRONTEND -I. -I./ -I/usr/include/pgsql/server -I/usr/include/pgsql/internal -D_GNU_SOURCE -I/usr/include/krb5 -I/usr/include/libxml2 -I/usr/include/pgsql -pthread -D_REENTRANT -D_THREAD_SAFE -Isrc -I/usr/src/RPM/BUILD/pg_probackup-2.5.16/pg-srchome//src -c -o src/stream.o src/stream.c
[00:00:07] src/stream.c: In function 'CreateReplicationSlot_compat':
[00:00:07] src/stream.c:192:15: error: too many arguments to function 'CreateReplicationSlot'; expected 8, have 9
[00:00:07] 192 | return CreateReplicationSlot(conn, slot_name, plugin, is_temporary, is_physical,
[00:00:07] | ^~~~~~~~~~~~~~~~~~~~~
[00:00:07] 193 | /* reserve_wal = / true, slot_exists_ok, / two_phase = / false, / failover = */ false);
[00:00:07] |

Прошу помочь в решении.

Заранее сапсибо!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions