Re: [HACKERS] Comment in outfunc.c

2014-10-24 Thread Tom Lane
Tatsuo Ishii writes: > I saw this comment in _outQuery() in outfuncs.c: > WRITE_ENUM_FIELD(commandType, CmdType); > WRITE_ENUM_FIELD(querySource, QuerySource); > /* we intentionally do not print the queryId field */ > WRITE_BOOL_FIELD(canSetTag); > What is the resoning be

[HACKERS] Comment in outfunc.c

2014-10-24 Thread Tatsuo Ishii
Hi, I saw this comment in _outQuery() in outfuncs.c: WRITE_ENUM_FIELD(commandType, CmdType); WRITE_ENUM_FIELD(querySource, QuerySource); /* we intentionally do not print the queryId field */ WRITE_BOOL_FIELD(canSetTag); What is the resoning behind the comment? Be