diff options
Diffstat (limited to 'contrib/sepgsql/label.c')
-rw-r--r-- | contrib/sepgsql/label.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/sepgsql/label.c b/contrib/sepgsql/label.c index 2b6a4150931..63a2dd5cc1b 100644 --- a/contrib/sepgsql/label.c +++ b/contrib/sepgsql/label.c @@ -653,7 +653,7 @@ sepgsql_mcstrans_out(PG_FUNCTION_ARGS) } /* - * quote_object_names + * quote_object_name * * It tries to quote the supplied identifiers */ |