mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Initial pgindent and pgperltidy run for v14.
Also "make reformat-dat-files". The only change worthy of note is that pgindent messed up the formatting of launcher.c's struct LogicalRepWorkerId, which led me to notice that that struct wasn't used at all anymore, so I just took it out.
This commit is contained in:
@ -394,8 +394,8 @@ RI_FKey_check(TriggerData *trigdata)
|
||||
* Now check that foreign key exists in PK table
|
||||
*
|
||||
* XXX detectNewRows must be true when a partitioned table is on the
|
||||
* referenced side. The reason is that our snapshot must be fresh
|
||||
* in order for the hack in find_inheritance_children() to work.
|
||||
* referenced side. The reason is that our snapshot must be fresh in
|
||||
* order for the hack in find_inheritance_children() to work.
|
||||
*/
|
||||
ri_PerformCheck(riinfo, &qkey, qplan,
|
||||
fk_rel, pk_rel,
|
||||
|
Reference in New Issue
Block a user