1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Fix a few errors in comments. Patch by Fujii Masao, plus the one in

visibilitymap.c by me.
This commit is contained in:
Heikki Linnakangas
2009-06-18 10:08:08 +00:00
parent f08e5e92e8
commit efa8544fd5
3 changed files with 9 additions and 9 deletions

View File

@ -1,5 +1,5 @@
/*
* $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.23 2009/06/11 14:48:51 momjian Exp $
* $PostgreSQL: pgsql/contrib/pg_standby/pg_standby.c,v 1.24 2009/06/18 10:08:08 heikki Exp $
*
*
* pg_standby.c
@ -448,7 +448,7 @@ CheckForExternalTrigger(void)
/*
* Turn it into a "smart" trigger by truncating the file. Otherwise if
* the server asks us again to restore a segment that was restored
* restored already, we would return "not found" and upset the server.
* already, we would return "not found" and upset the server.
*/
if (ftruncate(fd, 0) < 0)
{