Re: [HACKERS] comment doesn't match code

2015-06-10 Thread Etsuro Fujita
On 2015/06/10 20:18, Robert Haas wrote: /* * ALTER TABLE INHERIT * * Add a parent to the child's parents. This verifies that all the columns and * check constraints of the parent appear in the child and that they have the * same data types and expressions. */ static void ATPrepAddInhe

[HACKERS] comment doesn't match code

2015-06-10 Thread Robert Haas
/* * ALTER TABLE INHERIT * * Add a parent to the child's parents. This verifies that all the columns and * check constraints of the parent appear in the child and that they have the * same data types and expressions. */ static void ATPrepAddInherit(Relation child_rel) { if (child_rel->rd_