postgresql/src
Melanie Plageman 1e14edcea5 Split PruneFreezeParams initializers to one field per line
This conforms more closely with the style of other struct initializers
in the code base. Initializing multiple fields on a single line is
unpopular in part because pgindent won't permit a space after the comma
before the next field's period.

Author: Melanie Plageman <melanieplageman@gmail.com>
Reported-by: Dagfinn Ilmari Mannsåker <ilmari@ilmari.org>
Discussion: https://postgr.es/m/87see87fnq.fsf%40wibble.ilmari.org
2025-11-20 17:36:40 -05:00
..
backend Split PruneFreezeParams initializers to one field per line 2025-11-20 17:36:40 -05:00
bin Print new OldestXID value in pg_resetwal when it's being changed 2025-11-19 18:05:42 +02:00
common Document that pg_getaddrinfo_all does not accept null hints 2025-11-13 16:35:07 +01:00
fe_utils Add \pset options for boolean value display 2025-11-03 17:40:39 +01:00
include Refactor heap_page_prune_and_freeze() parameters into a struct 2025-11-20 10:32:14 -05:00
interfaces Fix typo 2025-11-18 19:31:23 +01:00
makefiles Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
pl Avoid memory leak in validation of a PL/Python trigger function. 2025-10-23 14:23:26 -04:00
port Handle EPERM in pg_numa_init 2025-11-20 13:26:49 +01:00
template Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
test Add HINT listing valid encodings to encode() and decode() errors. 2025-11-20 09:14:02 +09:00
timezone Remove obsolete cast 2025-11-20 07:47:48 +01:00
tools tools: update tools/codelines to use "git ls-files" 2025-11-20 15:23:39 -05:00
tutorial Fix compile of src/tutorial/funcs.c 2025-10-07 10:45:57 +02:00
.gitignore
DEVELOPERS
Makefile Remove distprep 2023-11-06 15:18:04 +01:00
Makefile.global.in Remove traces of support for Sun Studio compiler 2025-09-12 07:39:05 +02:00
Makefile.shlib Use exported symbols list on macOS for loadable modules as well 2025-06-10 07:04:43 +02:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
nls-global.mk Fix update-po for the PGXS case 2025-10-16 20:21:05 +02:00