postgresql/src/backend/tcop
Álvaro Herrera a27c40bfe8
Simplify coding in ProcessQuery
The original is pretty baroque for no apparent reason; arguably, commit
2f9661311b should have done this.  Noted while reviewing related code
for bug #18984.  This is cosmetic (though I'm surprised that my compiler
generates shorter assembly this way), so no backpatch.

Discussion: https://postgr.es/m/18984-0f4778a6599ac3ae@postgresql.org
2025-10-30 11:26:35 +01:00
..
backend_startup.c Fix assorted pretty-trivial memory leaks in the backend. 2025-08-02 21:59:46 -04:00
cmdtag.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
dest.c Avoid including explain.h in explain_format.h and explain_dr.h 2025-02-28 13:17:29 -05:00
fastpath.c Update copyright for 2025 2025-01-01 11:21:55 -05:00
Makefile Move code for backend startup to separate file 2024-03-18 11:38:10 +02:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00
postgres.c Add ExplainState argument to pg_plan_query() and planner(). 2025-10-08 08:33:29 -04:00
pquery.c Simplify coding in ProcessQuery 2025-10-30 11:26:35 +01:00
utility.c CREATE STATISTICS: improve misleading error message 2025-09-15 11:43:34 +02:00