mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
Pre-beta2 mechanical code beautification.
Run pgindent and pgperltidy. It seems we're still some ways away from all committers doing this automatically. Now that we have a buildfarm animal that will whine about poorly-indented code, we'll try to keep the tree more tidy. Discussion: https://postgr.es/m/3156045.1687208823@sss.pgh.pa.us
This commit is contained in:
@@ -1354,8 +1354,8 @@ ExecGetExtraUpdatedCols(ResultRelInfo *relinfo, EState *estate)
|
||||
Bitmapset *
|
||||
ExecGetAllUpdatedCols(ResultRelInfo *relinfo, EState *estate)
|
||||
{
|
||||
Bitmapset *ret;
|
||||
MemoryContext oldcxt;
|
||||
Bitmapset *ret;
|
||||
MemoryContext oldcxt;
|
||||
|
||||
oldcxt = MemoryContextSwitchTo(GetPerTupleMemoryContext(estate));
|
||||
|
||||
|
Reference in New Issue
Block a user