diff options
author | Robert Haas <rhaas@postgresql.org> | 2012-03-06 08:23:51 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2012-03-06 08:23:51 -0500 |
commit | bc97c38115ed48c1dd27e9d534faae204427f9a5 (patch) | |
tree | ec5b86588d1e32cfc78012ee8b329316cbb64096 /src/backend/access/transam/xlog.c | |
parent | e587e2e3e39ec54772905b8e0ac7155a03253934 (diff) | |
download | postgresql-bc97c38115ed48c1dd27e9d534faae204427f9a5.tar.gz postgresql-bc97c38115ed48c1dd27e9d534faae204427f9a5.zip |
Typo fix.
Fujii Masao
Diffstat (limited to 'src/backend/access/transam/xlog.c')
-rw-r--r-- | src/backend/access/transam/xlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/transam/xlog.c b/src/backend/access/transam/xlog.c index c23cf635395..8bbca613f26 100644 --- a/src/backend/access/transam/xlog.c +++ b/src/backend/access/transam/xlog.c @@ -6818,7 +6818,7 @@ StartupXLOG(void) else { /* - * Whenever Write.LogwrtResult points to exactly the end of a page, + * Whenever LogwrtResult points to exactly the end of a page, * Write.curridx must point to the *next* page (see XLogWrite()). * * Note: it might seem we should do AdvanceXLInsertBuffer() here, but |