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

Clarify wal_sync_method options in documentation.

This commit is contained in:
Bruce Momjian
2005-08-09 04:50:44 +00:00
parent 3117afa75d
commit 487b757b7a
2 changed files with 34 additions and 9 deletions

View File

@ -1,4 +1,4 @@
/*-------------------------------------------------------------------------
conninfo_parse/*-------------------------------------------------------------------------
*
* fe-connect.c
* functions related to setting up a connection to the backend
@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.314 2005/07/13 15:25:55 tgl Exp $
* $PostgreSQL: pgsql/src/interfaces/libpq/fe-connect.c,v 1.315 2005/08/09 04:50:44 momjian Exp $
*
*-------------------------------------------------------------------------
*/