postgresql/contrib/pgrowlocks
Álvaro Herrera fba4233c83
Reduce header inclusions via execnodes.h
Remove a bunch of #include lines from execnodes.h.  Most of these
requier suitable typedefs to be added, so that it still compiles
standalone.  In one case, the fix is to move a struct definition to the
one .c file where it is needed.

Also some light clean up in plannodes.h and genam.h, though not as
extensive as in execnodes.h.

Author: Álvaro Herrera <alvherre@kurilemu.de>
Author: Andres Freund <andres@anarazel.de>
Discussion: https://postgr.es/m/202603131240.ihwqdxnj7w2o@alvherre.pgsql
2026-03-16 14:34:57 +01:00
..
expected pgrowlocks: change lock mode output labels for consistency 2023-09-26 17:41:48 -04:00
specs Add a regression test for contrib/pgrowlocks. 2022-09-01 15:02:41 -04:00
.gitignore Add a regression test for contrib/pgrowlocks. 2022-09-01 15:02:41 -04:00
Makefile Add a regression test for contrib/pgrowlocks. 2022-09-01 15:02:41 -04:00
meson.build Update copyright for 2026 2026-01-01 13:24:10 -05:00
pgrowlocks--1.0--1.1.sql Fix typo in update scripts for some contrib modules. 2013-07-19 04:13:01 +09:00
pgrowlocks--1.1--1.2.sql Update pgrowlocks extension for parallel query. 2016-06-09 17:35:53 -04:00
pgrowlocks--1.2.sql Minor fixes in contrib installation scripts. 2016-06-14 10:47:06 -04:00
pgrowlocks.c Reduce header inclusions via execnodes.h 2026-03-16 14:34:57 +01:00
pgrowlocks.control Update pgrowlocks extension for parallel query. 2016-06-09 17:35:53 -04:00