mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
@ -122,7 +122,7 @@ PLy_procedure_get(Oid fn_oid, Oid fn_rel, bool is_trigger)
|
||||
}
|
||||
PG_CATCH();
|
||||
{
|
||||
/* Do not leave an uninitialised entry in the cache */
|
||||
/* Do not leave an uninitialized entry in the cache */
|
||||
if (use_cache)
|
||||
hash_search(PLy_procedure_cache, &key, HASH_REMOVE, NULL);
|
||||
PG_RE_THROW();
|
||||
|
@ -827,7 +827,7 @@ PLyObject_ToComposite(PLyObToDatum *arg, int32 typmod, PyObject *plrv, bool inar
|
||||
|
||||
/*
|
||||
* This will set up the dummy PLyTypeInfo's output conversion routines,
|
||||
* since we left is_rowtype as 2. A future optimisation could be caching
|
||||
* since we left is_rowtype as 2. A future optimization could be caching
|
||||
* that info instead of looking it up every time a tuple is returned from
|
||||
* the function.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user