mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Remove useless "return;" lines
Discussion: https://postgr.es/m/20191128144653.GA27883@alvherre.pgsql
This commit is contained in:
@ -2147,8 +2147,6 @@ plperl_create_sub(plperl_proc_desc *prodesc, const char *s, Oid fn_oid)
|
||||
prodesc->proname)));
|
||||
|
||||
prodesc->reference = subref;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
@ -2388,8 +2386,6 @@ plperl_call_perl_event_trigger_func(plperl_proc_desc *desc,
|
||||
PUTBACK;
|
||||
FREETMPS;
|
||||
LEAVE;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
static Datum
|
||||
|
Reference in New Issue
Block a user