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
..
2022-10-17 21:43:44 +05:30
2023-03-07 20:45:12 +05:30
2022-10-17 21:43:44 +05:30
2021-06-01 20:21:06 +02:00
2022-08-31 14:14:34 +03:00
2023-05-27 10:29:11 +05:30
2021-06-01 20:21:06 +02:00
2019-01-13 23:30:22 +01:00
2020-05-27 17:31:09 +02:00
2021-06-01 20:21:06 +02:00
2023-05-27 10:29:11 +05:30