mirror of
https://github.com/postgres/postgres.git
synced 2025-05-30 00:02:11 -04:00
Amendment to 84ad713cf85aeffee5dd39f62d49a1b9e34632da: Not all prepared statements have a result descriptor. As currently coded, this would crash when reading pg_prepared_statements. Make those cases return null for result_types instead. Also add a test case for it.