1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-26 01:22:12 +03:00

Back out check for unreferenced files.

Heikki Linnakangas
This commit is contained in:
Bruce Momjian
2005-05-10 22:27:30 +00:00
parent 075ec42cf8
commit 35e1651508
9 changed files with 26 additions and 282 deletions

View File

@ -4,7 +4,7 @@
* Routines for maintaining "flat file" images of the shared catalogs.
*
*
* $PostgreSQL: pgsql/src/include/utils/flatfiles.h,v 1.2 2005/05/02 18:26:54 momjian Exp $
* $PostgreSQL: pgsql/src/include/utils/flatfiles.h,v 1.3 2005/05/10 22:27:30 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -30,7 +30,4 @@ extern void AtEOSubXact_UpdateFlatFiles(bool isCommit,
extern Datum flatfile_update_trigger(PG_FUNCTION_ARGS);
/* from checkfiles.c */
extern void CheckStaleRelFiles(void);
#endif /* FLATFILES_H */