postgresql/src/backend/tcop
Nathan Bossart 925479b8d8 Use PqMsg_* macros in more places.
Commit f4b54e1ed9, which introduced macros for protocol characters,
missed updating a few places.  It also did not introduce macros for
messages sent from parallel workers to their leader processes.
This commit adds a new section in protocol.h for those.

Author: Aleksander Alekseev
Discussion: https://postgr.es/m/CAJ7c6TNTd09AZq8tGaHS3LDyH_CCnpv0oOz2wN1dGe8zekxrdQ%40mail.gmail.com
Backpatch-through: 17
2024-07-17 10:51:00 -05:00
..
backend_startup.c Fix incorrect year in some copyright notices added this year 2024-05-15 15:01:21 +12:00
cmdtag.c Remove COMMAND_TAG_NEXTTAG from enum CommandTag. 2024-05-13 13:52:17 -04:00
dest.c Invent SERIALIZE option for EXPLAIN. 2024-04-03 17:41:57 -04:00
fastpath.c Remove unused #include's from backend .c files 2024-03-04 12:02:20 +01:00
Makefile Move code for backend startup to separate file 2024-03-18 11:38:10 +02:00
meson.build Move code for backend startup to separate file 2024-03-18 11:38:10 +02:00
postgres.c Use PqMsg_* macros in more places. 2024-07-17 10:51:00 -05:00
pquery.c Update copyright for 2024 2024-01-03 20:49:05 -05:00
utility.c Revert: Custom reloptions for table AM 2024-04-11 15:46:35 +03:00