pgsql: XSLT stylesheet: Add slash to directory name

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: XSLT stylesheet: Add slash to directory name
Date: 2012-11-09 05:39:50
Message-ID: E1TWhJm-000408-Sj@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

XSLT stylesheet: Add slash to directory name

Some versions of the XSLT stylesheets don't handle the missing slash
correctly (they concatenate directory and file name without the slash).
This might never have worked correctly.

Branch
------
REL9_0_STABLE

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

Modified Files
--------------
doc/src/sgml/stylesheet.xsl | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2012-11-09 13:20:24 pgsql: Remove leftover LWLockRelease() call
Previous Message Tom Lane 2012-11-09 01:05:05 pgsql: Fix WaitLatch() to return promptly when the requested timeout ex