diff options
author | Michael Meskes <meskes@postgresql.org> | 2021-08-13 10:34:04 +0200 |
---|---|---|
committer | Michael Meskes <meskes@postgresql.org> | 2021-08-13 10:45:08 +0200 |
commit | 399edafa2aba562a8013fbe039f3cbf3a41a436e (patch) | |
tree | ab6b4389af421ea0982fa1da9c7d9f92dade93d6 /src/backend/utils/init/postinit.c | |
parent | 512f4ca6c6b5d2e3a1620288048ccaa712121e12 (diff) | |
download | postgresql-399edafa2aba562a8013fbe039f3cbf3a41a436e.tar.gz postgresql-399edafa2aba562a8013fbe039f3cbf3a41a436e.zip |
Fix connection handling for DEALLOCATE and DESCRIBE statements
After binding a statement to a connection with DECLARE STATEMENT the connection
was still not used for DEALLOCATE and DESCRIBE statements. This patch fixes
that, adds a missing warning and cleans up the code.
Author: Hayato Kuroda
Reviewed-by: Kyotaro Horiguchi, Michael Paquier
Discussion: https://postgr.es/m/TYAPR01MB5866BA57688DF2770E2F95C6F5069%40TYAPR01MB5866.jpnprd01.prod.outlook.com
Diffstat (limited to 'src/backend/utils/init/postinit.c')
0 files changed, 0 insertions, 0 deletions