*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc-file.l,v 1.3 2000/06/04 01:44:34 petere Exp $
+ * $Header: /cvsroot/pgsql/src/backend/utils/misc/guc-file.l,v 1.4 2000/07/27 19:49:18 momjian Exp $
*/
%{
GUC_REAL = 4,
GUC_EQUALS = 5,
GUC_EOL = 99,
- GUC_ERROR = 100,
+ GUC_ERROR = 100
};
#if defined(yywrap)
/* Called to write *data* to the archive */
extern int WriteData(Archive* AH, const void* data, int dLen);
-//extern int StartBlobs(Archive* AH);
-//extern int EndBlobs(Archive* AH);
+/*
+extern int StartBlobs(Archive* AH);
+extern int EndBlobs(Archive* AH);
+*/
extern int StartBlob(Archive* AH, int oid);
extern int EndBlob(Archive* AH, int oid);
if (RestoringToDB(AH))
{
ReconnectDatabase(AH, te->owner);
- //todo pjw - ???? fix for db connection...
+ /* todo pjw - ???? fix for db connection... */
}
else
{
* External declarations pertaining to backend/utils/misc/guc.c and
* backend/utils/misc/guc-file.l
*
- * $Header: /cvsroot/pgsql/src/include/utils/guc.h,v 1.3 2000/07/03 20:46:10 petere Exp $
+ * $Header: /cvsroot/pgsql/src/include/utils/guc.h,v 1.4 2000/07/27 19:49:24 momjian Exp $
*/
#ifndef GUC_H
#define GUC_H
PGC_SIGHUP,
PGC_BACKEND,
PGC_SUSET,
- PGC_USERSET,
+ PGC_USERSET
} GucContext;