More duplicate word removal.

This commit is contained in:
Robert Haas
2012-05-02 09:27:34 -04:00
parent f291ccd43e
commit e01e66f808
4 changed files with 4 additions and 4 deletions

View File

@ -267,7 +267,7 @@ PLy_output_record_funcs(PLyTypeInfo *arg, TupleDesc desc)
/*
* it should change is_rowtype to 1, so we won't go through this again
* unless the the output record description changes
* unless the output record description changes
*/
Assert(arg->is_rowtype == 1);
}