Comment in outfunc.c

From: Tatsuo Ishii <ishii(at)postgresql(dot)org>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Comment in outfunc.c
Date: 2014-10-25 01:02:28
Message-ID: 20141025.100228.1140944302407083753.t-ishii@sraoss.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 queryId field */
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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-10-25 01:28:25 Re: Comment in outfunc.c
Previous Message Jim Nasby 2014-10-25 00:51:07 Comment patch for bgworker.c