mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-22 23:50:39 +00:00
This makes it much more convenient to use in the common case that you want to flush all the WAL. (Passing pg_current_wal_insert_lsn() as the argument doesn't work for the same reasons as explained in the comments: we need to be back off to the beginning of a page if the previous record ended at page boundary.) I plan to use this to fix the issue that Arseny Sher called out at https://github.com/neondatabase/neon/pull/7288#discussion_r1660063852
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
# neon_test_utils extension
|
|
comment = 'helpers for neon testing and debugging'
|
|
default_version = '1.2'
|
|
module_pathname = '$libdir/neon_test_utils'
|
|
relocatable = true
|
|
trusted = true
|