File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change 1212 * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
1313 * Portions Copyright (c) 1994, Regents of the University of California
1414 *
15- * $Id: c.h,v 1.102 2001/10/03 21:58:28 tgl Exp $
15+ * $Id: c.h,v 1.103 2001/10/18 22:40:52 tgl Exp $
1616 *
1717 *-------------------------------------------------------------------------
1818 */
@@ -573,12 +573,7 @@ typedef NameData *Name;
573573
574574#define STATUS_OK (0)
575575#define STATUS_ERROR (-1)
576- #define STATUS_NOT_FOUND (-2)
577- #define STATUS_INVALID (-3)
578- #define STATUS_UNCATALOGUED (-4)
579- #define STATUS_REPLACED (-5)
580- #define STATUS_NOT_DONE (-6)
581- #define STATUS_BAD_PACKET (-7)
576+ #define STATUS_EOF (-2)
582577#define STATUS_FOUND (1)
583578
584579
You can’t perform that action at this time.
0 commit comments