diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-07-01 12:37:52 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-07-01 12:37:52 -0400 |
commit | 9e1c9f959422192bbe1b842a2a1ffaf76b080196 (patch) | |
tree | cf36bf712b6baf5c0fa86e3854bbcfaf3829b00f /src/backend/executor/nodeIndexonlyscan.c | |
parent | 145b18688c04963efcab8ef3e7e10659bf783eb1 (diff) | |
download | postgresql-9e1c9f959422192bbe1b842a2a1ffaf76b080196.tar.gz postgresql-9e1c9f959422192bbe1b842a2a1ffaf76b080196.zip |
pgindent run prior to branching v12.
pgperltidy and reformat-dat-files too, though the latter didn't
find anything to change.
Diffstat (limited to 'src/backend/executor/nodeIndexonlyscan.c')
-rw-r--r-- | src/backend/executor/nodeIndexonlyscan.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/backend/executor/nodeIndexonlyscan.c b/src/backend/executor/nodeIndexonlyscan.c index f0f8fa210ba..652a9afc752 100644 --- a/src/backend/executor/nodeIndexonlyscan.c +++ b/src/backend/executor/nodeIndexonlyscan.c @@ -528,9 +528,8 @@ ExecInitIndexOnlyScan(IndexOnlyScan *node, EState *estate, int eflags) &TTSOpsVirtual); /* - * We need another slot, in a format that's suitable for the table AM, - * for when we need to fetch a tuple from the table for rechecking - * visibility. + * We need another slot, in a format that's suitable for the table AM, for + * when we need to fetch a tuple from the table for rechecking visibility. */ indexstate->ioss_TableSlot = ExecAllocTableSlot(&estate->es_tupleTable, |