mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Remove tabs after spaces in C comments
This was not changed in HEAD, but will be done later as part of a pgindent run. Future pgindent runs will also do this. Report by Tom Lane Backpatch through all supported branches, but not HEAD
This commit is contained in:
@ -194,7 +194,7 @@ ExecReScanSubqueryScan(SubqueryScanState *node)
|
||||
|
||||
/*
|
||||
* ExecReScan doesn't know about my subplan, so I have to do
|
||||
* changed-parameter signaling myself. This is just as well, because the
|
||||
* changed-parameter signaling myself. This is just as well, because the
|
||||
* subplan has its own memory context in which its chgParam state lives.
|
||||
*/
|
||||
if (node->ss.ps.chgParam != NULL)
|
||||
|
Reference in New Issue
Block a user