From d08e5538358cf7663554c6860182af647303336b Mon Sep 17 00:00:00 2001 From: Erik Grinaker Date: Thu, 26 Jun 2025 12:33:59 +0200 Subject: [PATCH] pgxn/neon: fix `callback_get_request_lsn_unsafe` return type --- pgxn/neon/communicator_new.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pgxn/neon/communicator_new.c b/pgxn/neon/communicator_new.c index d64e30af96..51a3358bae 100644 --- a/pgxn/neon/communicator_new.c +++ b/pgxn/neon/communicator_new.c @@ -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) { /*