Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-db/postgresql-server/files: postgresql.conf-8.4
Date: Tue, 26 Jan 2010 21:22:44
Message-Id: E1NZsry-0003BT-Fu@stork.gentoo.org
1 patrick 10/01/26 21:22:42
2
3 Modified: postgresql.conf-8.4
4 Log:
5 Fixing conf.d documentation
6 (Portage version: 2.2_rc61/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.3 dev-db/postgresql-server/files/postgresql.conf-8.4
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-server/files/postgresql.conf-8.4?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-server/files/postgresql.conf-8.4?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-db/postgresql-server/files/postgresql.conf-8.4?r1=1.2&r2=1.3
14
15 Index: postgresql.conf-8.4
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-db/postgresql-server/files/postgresql.conf-8.4,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- postgresql.conf-8.4 26 Jan 2010 21:04:58 -0000 1.2
22 +++ postgresql.conf-8.4 26 Jan 2010 21:22:42 -0000 1.3
23 @@ -15,6 +15,8 @@
24 #PGOPTS="-N 512 -B 1024"
25
26 # Pass extra environment variables
27 +# If you have to export environment variables for the database process,
28 +# this can be done here.
29 #PG_EXTRA_ENV=""
30
31 # SERVER SHUTDOWN:
32 @@ -47,8 +49,3 @@
33 # PITR log shipping based replication standby
34 WAIT_FOR_START="-w"
35
36 -# If you have to export environment variables for the database process,
37 -# this can be done here.
38 -#
39 -# Example:
40 -# export R_HOME="/usr/lib/R"