Skip to content

Commit 13e467f

Browse files
committed
Add STATUS_EOF value needed for auth.c. Remove a bunch of unused
STATUS_xxx macros to reduce clutter.
1 parent 4fec55a commit 13e467f

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

src/include/c.h

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
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

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy