postgresql/src/interfaces
Heikki Linnakangas e4183c667d 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:35:41 +03:00
..
ecpg ecpg: Reject multiple header items in GET/SET DESCRIPTOR 2026-06-08 17:11:12 +09:00
libpq Fix PQdescribePrepared with more than 7498 params 2026-06-15 11:35:41 +03:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00
meson.build Update copyright for 2024 2024-01-03 20:49:05 -05:00