1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-03 20:02:46 +03:00

Assorted comment fixes, mostly just typos, but some obsolete statements.

YAMAMOTO Takashi
This commit is contained in:
Tom Lane
2012-01-29 19:23:56 -05:00
parent dd243b3e40
commit ad10853b30
11 changed files with 24 additions and 20 deletions

View File

@ -1668,7 +1668,7 @@ ExecEndWindowAgg(WindowAggState *node)
}
/* -----------------
* ExecRescanWindowAgg
* ExecReScanWindowAgg
* -----------------
*/
void