summaryrefslogtreecommitdiff
path: root/src/pl/plpython
diff options
context:
space:
mode:
authorRobert Haas2012-05-02 13:27:34 +0000
committerRobert Haas2012-05-02 13:28:16 +0000
commite01e66f808fbd161b2714eab34bb9e9d0db0db53 (patch)
tree460dd4274c71629d1eb87bc5d242275f9f211ac9 /src/pl/plpython
parentf291ccd43e06fdd7c55102975a0b2f38bc140b90 (diff)
More duplicate word removal.
Diffstat (limited to 'src/pl/plpython')
-rw-r--r--src/pl/plpython/plpy_typeio.c2
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);
}