mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-09 19:27:28 +08:00
More duplicate word removal.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user