mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Move pg_dump memory routines into pg_dumpmem.c/h and restore common.c
with its original functions. The previous function migration would cause too many difficulties in back-patching.
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
#include "libpq/libpq-fs.h"
|
||||
|
||||
#include "pg_backup_archiver.h"
|
||||
#include "common.h"
|
||||
#include "dumpmem.h"
|
||||
#include "dumputils.h"
|
||||
|
||||
extern char *optarg;
|
||||
|
Reference in New Issue
Block a user