system catalog pg_rewrite column ev_attr document description problem - Mailing list pgsql-hackers

From Hari Babu
Subject system catalog pg_rewrite column ev_attr document description problem
Date
Msg-id 00a401ce6353$223ecee0$66bc6ca0$@kommi@huawei.com
Whole thread Raw
Responses Re: system catalog pg_rewrite column ev_attr document description problem  (Kevin Grittner <kgrittn@ymail.com>)
List pgsql-hackers
Hi, 

system catalog pg_rewrite column ev_attr document description as shown below


ev_attr  - The column this rule is for (currently, always zero to indicate
the whole table) 


But In the code the column value is always set as -1. can we change the
column description as below is fine? 

ev_attr  - The column this rule is for, presently this value is -1. 

Regards, 
Hari babu.




pgsql-hackers by date:

Previous
From: Kohei KaiGai
Date:
Subject: Re: RFC: ExecNodeExtender
Next
From: Heikki Linnakangas
Date:
Subject: Re: Hard limit on WAL space used (because PANIC sucks)