mirror of
https://github.com/postgres/postgres.git
synced 2025-06-19 04:21:08 +03:00
Final pgindent + perltidy run for v10.
This commit is contained in:
@ -2131,8 +2131,8 @@ transformCheckConstraints(CreateStmtContext *cxt, bool skipValidation)
|
||||
|
||||
/*
|
||||
* If creating a new table (but not a foreign table), we can safely skip
|
||||
* validation of check constraints, and nonetheless mark them valid.
|
||||
* (This will override any user-supplied NOT VALID flag.)
|
||||
* validation of check constraints, and nonetheless mark them valid. (This
|
||||
* will override any user-supplied NOT VALID flag.)
|
||||
*/
|
||||
if (skipValidation)
|
||||
{
|
||||
|
Reference in New Issue
Block a user