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 12
12
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
13
13
* Portions Copyright (c) 1994, Regents of the University of California
14
14
*
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 $
16
16
*
17
17
*-------------------------------------------------------------------------
18
18
*/
@@ -573,12 +573,7 @@ typedef NameData *Name;
573
573
574
574
#define STATUS_OK (0)
575
575
#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)
582
577
#define STATUS_FOUND (1)
583
578
584
579
You can’t perform that action at this time.
0 commit comments