mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-26 09:30:37 +00:00
pgxn/neon: fix callback_get_request_lsn_unsafe return type
This commit is contained in:
@@ -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)
|
||||
{
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user