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:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user