1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00

Move pg_upgrade_support global variables to their own include file

Previously their declarations were spread around to avoid accidental
access.
This commit is contained in:
Bruce Momjian
2013-12-19 16:10:01 -05:00
parent 73bcb76b77
commit 527fdd9df1
9 changed files with 37 additions and 13 deletions

View File

@@ -30,6 +30,7 @@
#include "access/visibilitymap.h"
#include "access/xact.h"
#include "bootstrap/bootstrap.h"
#include "catalog/binary_upgrade.h"
#include "catalog/catalog.h"
#include "catalog/dependency.h"
#include "catalog/heap.h"