Searched refs:PGHDR_WAL_APPEND (Results 1 – 1 of 1) sorted by relevance
17114 #define PGHDR_WAL_APPEND 0x040 /* Appended to wal file */ macro68665 p->flags &= ~PGHDR_WAL_APPEND;68677 p->flags |= PGHDR_WAL_APPEND;68741 if( (p->flags & PGHDR_WAL_APPEND)==0 ) continue;