mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Pre-beta mechanical code beautification.
Run pgindent, pgperltidy, and reformat-dat-files. I manually fixed a couple of comments that pgindent uglified.
This commit is contained in:
@ -831,7 +831,7 @@ ExecInsert(ModifyTableContext *context,
|
||||
{
|
||||
TupleDesc tdesc = CreateTupleDescCopy(slot->tts_tupleDescriptor);
|
||||
TupleDesc plan_tdesc =
|
||||
CreateTupleDescCopy(planSlot->tts_tupleDescriptor);
|
||||
CreateTupleDescCopy(planSlot->tts_tupleDescriptor);
|
||||
|
||||
resultRelInfo->ri_Slots[resultRelInfo->ri_NumSlots] =
|
||||
MakeSingleTupleTableSlot(tdesc, slot->tts_ops);
|
||||
|
Reference in New Issue
Block a user