Comment in outfunc.c - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject Comment in outfunc.c
Date
Msg-id 20141025.100228.1140944302407083753.t-ishii@sraoss.co.jp
Whole thread Raw
Responses Re: Comment in outfunc.c
List pgsql-hackers
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
queryIdfield */WRITE_BOOL_FIELD(canSetTag);
 

What is the resoning behind the comment?

Best regards,
--
Tatsuo Ishii
SRA OSS, Inc. Japan
English: http://www.sraoss.co.jp/index_en.php
Japanese:http://www.sraoss.co.jp



pgsql-hackers by date:

Previous
From: Jim Nasby
Date:
Subject: Comment patch for bgworker.c
Next
From: Tom Lane
Date:
Subject: Re: Comment in outfunc.c