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:
@ -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 */
|
||||
|
Reference in New Issue
Block a user