mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
HP's compiler objects (quite rightly too) to 'static void foo();'
followed by 'extern void foo() { ... }'.
This commit is contained in:
@ -48,7 +48,6 @@
|
||||
#include "executor/spi.h"
|
||||
#include "commands/trigger.h"
|
||||
#include "utils/elog.h"
|
||||
#include "utils/builtins.h"
|
||||
#include "fmgr.h"
|
||||
#include "access/heapam.h"
|
||||
|
||||
@ -354,7 +353,7 @@ extern void boot_DynaLoader _((CV* cv));
|
||||
extern void boot_Opcode _((CV* cv));
|
||||
extern void boot_SPI _((CV* cv));
|
||||
|
||||
extern void
|
||||
static void
|
||||
plperl_init_shared_libs(void)
|
||||
{
|
||||
char *file = __FILE__;
|
||||
|
Reference in New Issue
Block a user