mirror of
https://github.com/postgres/postgres.git
synced 2025-07-14 08:21:07 +03:00
Final pgindent + perltidy run for 9.6.
This commit is contained in:
@ -472,7 +472,7 @@ PLy_output(volatile int level, PyObject *self, PyObject *args, PyObject *kw)
|
||||
else
|
||||
{
|
||||
PLy_exception_set(PyExc_TypeError,
|
||||
"'%s' is an invalid keyword argument for this function",
|
||||
"'%s' is an invalid keyword argument for this function",
|
||||
keyword);
|
||||
return NULL;
|
||||
}
|
||||
@ -528,7 +528,7 @@ PLy_output(volatile int level, PyObject *self, PyObject *args, PyObject *kw)
|
||||
(column_name != NULL) ?
|
||||
err_generic_string(PG_DIAG_COLUMN_NAME, column_name) : 0,
|
||||
(constraint_name != NULL) ?
|
||||
err_generic_string(PG_DIAG_CONSTRAINT_NAME, constraint_name) : 0,
|
||||
err_generic_string(PG_DIAG_CONSTRAINT_NAME, constraint_name) : 0,
|
||||
(datatype_name != NULL) ?
|
||||
err_generic_string(PG_DIAG_DATATYPE_NAME, datatype_name) : 0,
|
||||
(table_name != NULL) ?
|
||||
|
Reference in New Issue
Block a user