Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit13e467f

Browse files
committed
Add STATUS_EOF value needed for auth.c. Remove a bunch of unused
STATUS_xxx macros to reduce clutter.
1 parent4fec55a commit13e467f

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
#defineSTATUS_OK(0)
575575
#defineSTATUS_ERROR(-1)
576-
#defineSTATUS_NOT_FOUND(-2)
577-
#defineSTATUS_INVALID(-3)
578-
#defineSTATUS_UNCATALOGUED(-4)
579-
#defineSTATUS_REPLACED(-5)
580-
#defineSTATUS_NOT_DONE(-6)
581-
#defineSTATUS_BAD_PACKET(-7)
576+
#defineSTATUS_EOF(-2)
582577
#defineSTATUS_FOUND(1)
583578

584579

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp