postgresql/src/interfaces
Heikki Linnakangas e0511883ca Fix PQdescribePrepared with more than 7498 params
If a query has more than 7498 params, the ParameterDescription message
exceeds the 30000 byte limit on messages that are not specifically
marked as possibly being longer than that (VALID_LONG_MESSAGE_TYPE).
To fix, add ParameterDescription to the list.

Author: Ning Sun <classicning@gmail.com>
Discussion: https://www.postgresql.org/message-id/dbfb4b65-0aa8-470a-8b87-b6496160b28a@gmail.com
Backpatch-through: 14
2026-06-15 11:28:45 +03:00
..
ecpg ecpg: Reject multiple header items in GET/SET DESCRIPTOR 2026-06-08 17:09:46 +09:00
libpq Fix PQdescribePrepared with more than 7498 params 2026-06-15 11:28:45 +03:00
libpq-oauth Message style improvements (oauth related) 2026-05-05 10:39:13 +02:00
Makefile oauth: Move the builtin flow into a separate module 2025-05-01 09:14:30 -07:00
meson.build Update copyright for 2026 2026-01-01 13:24:10 -05:00