pgsql: Unbreak the SGML doc build: ":=" is needed to assign to variables

From: neilc(at)postgresql(dot)org (Neil Conway)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Unbreak the SGML doc build: ":=" is needed to assign to variables
Date: 2007-02-09 20:40:13
Message-ID: 20070209204013.1C4859FA1D8@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Unbreak the SGML doc build: ":=" is needed to assign to variables if
the RHS of the assignment expands to a reference to the LHS.

Modified Files:
--------------
pgsql/doc/src/sgml:
Makefile (r1.95 -> r1.96)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/Makefile.diff?r1=1.95&r2=1.96)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-02-10 04:18:32 pgsql: Hm, seems my hack on rowtypes regression test has made its output
Previous Message Tom Lane 2007-02-09 20:17:59 pgsql: Minor tweak to make rowtypes regression test run faster.