mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
tableam: Formatting and other minor cleanups.
The superflous heapam_xlog.h includes were reported by Peter Geoghegan.
This commit is contained in:
@@ -2068,9 +2068,9 @@ bool
|
||||
has_stored_generated_columns(PlannerInfo *root, Index rti)
|
||||
{
|
||||
RangeTblEntry *rte = planner_rt_fetch(rti, root);
|
||||
Relation relation;
|
||||
Relation relation;
|
||||
TupleDesc tupdesc;
|
||||
bool result = false;
|
||||
bool result = false;
|
||||
|
||||
/* Assume we already have adequate lock */
|
||||
relation = heap_open(rte->relid, NoLock);
|
||||
|
Reference in New Issue
Block a user