pike.git/
lib/
modules/
Sql.pmod/
pgsql_util.pmod
Branch:
Tag:
Non-build tags
All tags
No tags
2017-11-21
2017-11-21 09:57:29 by Stephen R. van den Berg <srb@cuci.nl>
c347d5a4b7a2c749e6ae30ab83a64aba2f4ec51a (
10
lines) (+
8
/-
2
)
[
Show
|
Annotate
]
Branch:
8.1
Paint over some PikeParser bugs during make doc.
27:
#define CLOSING 5 #define CLOSED 6 #define PURGED 7
+
// If this is extended, change the type of _state
#define NOERROR 0 // Error states networkparser #define PROTOCOLERROR 1
320:
final Thread.Queue stashqueue; final Thread.Condition stashavail; final Stdio.Buffer stash;
-
final
int(KEEP..SYNCSEND) stashflushmode;
+
/* FIXME actually:
int(KEEP..SYNCSEND) stashflushmode
+
* but the PikeParser does not approve, and refdoc
+
* generation aborts
+
*/
+
final int(0..4) stashflushmode
;
final Thread.ResourceCount stashcount; final int synctransact; #ifdef PG_DEBUGRACE
624:
private conxion c; private conxiin cr; final mixed delayederror;
-
final int(
PORTALINIT
..
PURGED
) _state;
+
final int(
0
..
7
) _state;
// FIXME actually: int(PORTALINIT..PURGED)
final int _fetchlimit; private int(0..1) alltext; final int(0..1) _forcetext;