mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
* Extract neon and neon_test_utils from postgres repo * Remove neon from vendored postgres repo, and fix build_and_test.yml * Move EmitWarningsOnPlaceholders to end of _PG_init in neon.c (from libpagestore.c) * Fix Makefile location comments * remove Makefile EXTRA_INSTALL flag * Update Dockerfile.compute-node to build and include the neon extension
6 lines
166 B
Plaintext
6 lines
166 B
Plaintext
# neon_test_utils extension
|
|
comment = 'helpers for neon testing and debugging'
|
|
default_version = '1.0'
|
|
module_pathname = '$libdir/neon_test_utils'
|
|
relocatable = true
|