diff options
Diffstat (limited to 'src/pl/plpython/plpy_procedure.c')
-rw-r--r-- | src/pl/plpython/plpy_procedure.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/pl/plpython/plpy_procedure.c b/src/pl/plpython/plpy_procedure.c index 00405f0adac..d5d44f06849 100644 --- a/src/pl/plpython/plpy_procedure.c +++ b/src/pl/plpython/plpy_procedure.c @@ -445,7 +445,8 @@ PLy_procedure_argument_valid(PLyTypeInfo *arg) /* * Zero typ_relid means that we got called on an output argument of a - * function returning a unnamed record type; the info for it can't change. + * function returning an unnamed record type; the info for it can't + * change. */ if (!OidIsValid(arg->typ_relid)) return true; |