postgres/contrib/pg_walinspect
Álvaro Herrera 1a8b5b11e4
Don't include access/htup_details.h in executor/tuptable.h
This is not at all needed; I suspect it was a simple mistake in commit
5408e233f0.  It causes htup_details.h to bleed into a huge number of
places via execnodes.h.  Remove it and fix fallout.

Discussion: https://postgr.es/m/202510021240.ptc2zl5cvwen@alvherre.pgsql
2025-10-05 18:00:38 +02:00
..
expected Standardize LSN formatting by zero padding 2025-07-07 13:57:43 +02:00
sql During online checkpoints, insert XLOG_CHECKPOINT_REDO at redo point. 2023-10-19 14:47:29 -04:00
.gitignore
Makefile Refactor and improve tests of pg_walinspect 2023-03-13 13:03:29 +09:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
pg_walinspect--1.0--1.1.sql Add show_data option to pg_get_wal_block_info. 2023-03-31 14:02:52 -07:00
pg_walinspect--1.0.sql Use float8 datatype for percentiles in pg_walinspect stat functions 2022-09-12 10:01:00 +02:00
pg_walinspect.c Don't include access/htup_details.h in executor/tuptable.h 2025-10-05 18:00:38 +02:00
pg_walinspect.control pg_walinspect: Add pg_get_wal_fpi_info() 2023-01-23 13:55:18 +09:00
walinspect.conf