[HACKERS] outPlannedStmt missing transientPlan

2010-08-17 Thread Yeb Havinga
This message is probably in the top 10 of 2010's most insignificant 
messages, but:


_outPlannedStmt does not write the bool field transientPlan and it is 
not accompanied by the comment /* NB: this isn't a complete set of 
fields */ that exist at other places.


regards,
Yeb Havinga






--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers


Re: [HACKERS] outPlannedStmt missing transientPlan

2010-08-17 Thread Tom Lane
Yeb Havinga yebhavi...@gmail.com writes:
 This message is probably in the top 10 of 2010's most insignificant 
 messages, but:

 _outPlannedStmt does not write the bool field transientPlan and it is 
 not accompanied by the comment /* NB: this isn't a complete set of 
 fields */ that exist at other places.

[ squint... ]  That's weird.  copyfuncs.c is missing the field too,
which might be a less insignificant bug.  Will fix once we have a
working SCM again.

regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers