diff options
| author | Robert Haas | 2012-05-02 13:27:34 +0000 |
|---|---|---|
| committer | Robert Haas | 2012-05-02 13:28:16 +0000 |
| commit | e01e66f808fbd161b2714eab34bb9e9d0db0db53 (patch) | |
| tree | 460dd4274c71629d1eb87bc5d242275f9f211ac9 /src/pl/plpython | |
| parent | f291ccd43e06fdd7c55102975a0b2f38bc140b90 (diff) | |
More duplicate word removal.
Diffstat (limited to 'src/pl/plpython')
| -rw-r--r-- | src/pl/plpython/plpy_typeio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/plpython/plpy_typeio.c b/src/pl/plpython/plpy_typeio.c index c503d2b2dd..c5f6c4e5a3 100644 --- a/src/pl/plpython/plpy_typeio.c +++ b/src/pl/plpython/plpy_typeio.c @@ -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); } |
