pgxn/neon: fix callback_get_request_lsn_unsafe return type

This commit is contained in:
Erik Grinaker
2025-06-26 12:33:59 +02:00
parent 7fffb5b4df
commit d08e553835

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)
{
/*