Merge branch 'communicator-rewrite' of github.com:neondatabase/neon into communicator-rewrite

This commit is contained in:
David Freifeld
2025-06-26 10:26:41 -07:00
2 changed files with 7 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ MODULE_big = neon
OBJS = \
$(WIN32RES) \
communicator.o \
communicator_new.o \
extension_server.o \
file_cache.o \
hll.o \
@@ -28,6 +29,11 @@ PG_CPPFLAGS = -I$(libpq_srcdir)
SHLIB_LINK_INTERNAL = $(libpq)
SHLIB_LINK = -lcurl
UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S), Darwin)
SHLIB_LINK += -framework Security -framework CoreFoundation -framework SystemConfiguration
endif
EXTENSION = neon
DATA = \
neon--1.0.sql \

View File

@@ -344,7 +344,7 @@ callback_set_my_latch_unsafe(void)
* FIXME: The logic from neon_get_request_lsns() needs to go here, except for
* the last-written LSN cache stuff, which is managed by the rust code now.
*/
uint64
uint64_t
callback_get_request_lsn_unsafe(void)
{
/*