Lakshmi Narayanan Sreethar 44e41c12ab Fix segfault in set_integer_now_func
When an invalid function oid is passed to set_integer_now_func, it finds
out that the function oid is invalid but before throwing the error, it
calls ReleaseSysCache on an invalid tuple causing a segfault. Fixed that
by removing the invalid call to ReleaseSysCache.

Fixes #6037
2023-09-06 15:11:07 +05:30
..
2023-06-26 10:59:19 +02:00
2023-09-06 15:11:07 +05:30
2022-09-23 11:40:48 +03:00
2022-09-23 11:40:48 +03:00
2022-09-23 11:40:48 +03:00