1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-15 03:41:20 +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:
Bruce Momjian
2011-11-26 22:34:36 -05:00
parent efb0423cc7
commit 9a7d49d1fb
17 changed files with 1040 additions and 1039 deletions

View File

@@ -23,7 +23,7 @@
*/
#include "pg_backup_archiver.h"
#include "common.h"
#include "dumpmem.h"
#include "dumputils.h"
#include <unistd.h> /* for dup */