mirror of
https://github.com/postgres/postgres.git
synced 2025-11-21 00:42:43 +03:00
Post-feature-freeze pgindent run.
Discussion: https://postgr.es/m/15719.1523984266@sss.pgh.pa.us
This commit is contained in:
@@ -448,7 +448,7 @@ StoreSingleInheritance(Oid relationId, Oid parentOid, int32 seqNumber)
|
||||
bool
|
||||
DeleteInheritsTuple(Oid inhrelid, Oid inhparent)
|
||||
{
|
||||
bool found = false;
|
||||
bool found = false;
|
||||
Relation catalogRelation;
|
||||
ScanKeyData key;
|
||||
SysScanDesc scan;
|
||||
|
||||
Reference in New Issue
Block a user