pgsql: Fix typo in linux startup script.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix typo in linux startup script.
Date: 2015-04-26 13:43:21
Message-ID: E1YmMq9-000177-Lf@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix typo in linux startup script.

Missed a "$" in what was meant to be a variable substitution. Careless
mistake in commit f23425fa950fec3aff458de117037c9caadbc35c.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/f320cbb615e0374b18836337713239da58705cf3

Modified Files
--------------
contrib/start-scripts/linux | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2015-04-26 14:53:28 pgsql: Add transforms feature
Previous Message Tom Lane 2015-04-26 01:38:28 pgsql: Add comments warning against generalizing default_with_oids.