mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Exclude pg_internal.init from BASE_BACKUP
Add docs to explain this for other backup mechanisms Author: David Steele <david@pgmasters.net> Reviewed-by: Petr Jelinek <petr.jelinek@2ndQuadrant.com> et al
This commit is contained in:
@@ -18,6 +18,11 @@
|
||||
#include "nodes/bitmapset.h"
|
||||
|
||||
|
||||
/*
|
||||
* Name of relcache init file(s), used to speed up backend startup
|
||||
*/
|
||||
#define RELCACHE_INIT_FILENAME "pg_internal.init"
|
||||
|
||||
typedef struct RelationData *Relation;
|
||||
|
||||
/* ----------------
|
||||
|
||||
Reference in New Issue
Block a user