postgresql/postgresql-plperl.patch

11 lines
190 B
Diff

--- src/pl/plperl/plperl.c
+++ src/pl/plperl/plperl.c
@@ -652,6 +652,7 @@
RETPUSHYES;
DIE(aTHX_ "Unable to load %s into plperl", name);
+ return NULL; /* make rpmlint happy */
}