mirror of
https://github.com/postgres/postgres.git
synced 2025-06-23 14:01:44 +03:00
Fix typos.
Oskari Saarenmaa
This commit is contained in:
@ -67,7 +67,7 @@ rank_up(WindowObject winobj)
|
||||
up = true;
|
||||
}
|
||||
|
||||
/* We can advance the mark, but only *after* acccess to prior row */
|
||||
/* We can advance the mark, but only *after* access to prior row */
|
||||
WinSetMarkPosition(winobj, curpos);
|
||||
|
||||
return up;
|
||||
|
Reference in New Issue
Block a user