From 79a323ab49138c119231609554ae5aa7f6285d38 Mon Sep 17 00:00:00 2001
From: Peter Eisentraut
Date: Thu, 24 Jan 2008 06:23:33 +0000
Subject: [PATCH] Change /contrib to contrib for consistency.
---
configure | 4 ++--
configure.in | 8 ++++----
doc/FAQ_turkish | 2 +-
doc/TODO | 8 ++++----
doc/src/FAQ/FAQ_turkish.html | 2 +-
doc/src/FAQ/TODO.html | 8 ++++----
doc/src/sgml/installation.sgml | 10 +++++-----
doc/src/sgml/runtime.sgml | 4 ++--
src/include/pg_config.h.in | 2 +-
src/tools/pgindent/README | 2 +-
10 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/configure b/configure
index 5001837e98..751c5f6103 100755
--- a/configure
+++ b/configure
@@ -896,9 +896,9 @@ Optional Packages:
--with-openssl build with OpenSSL support
--without-readline do not use GNU Readline nor BSD Libedit for editing
--with-libedit-preferred prefer BSD Libedit over GNU Readline
- --with-ossp-uuid use OSSP UUID library when building /contrib/uuid-ossp
+ --with-ossp-uuid use OSSP UUID library when building contrib/uuid-ossp
--with-libxml build with XML support
- --with-libxslt use XSLT support when building /contrib/xml2
+ --with-libxslt use XSLT support when building contrib/xml2
--with-system-tzdata=DIR use system time zone data in DIR
--without-zlib do not use Zlib
--with-gnu-ld assume the C compiler uses GNU ld [default=no]
diff --git a/configure.in b/configure.in
index 31d2b24e7c..dbae08f7da 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
dnl Process this file with autoconf to produce a configure script.
-dnl $PostgreSQL: pgsql/configure.in,v 1.544 2008/01/18 04:47:32 scrappy Exp $
+dnl $PostgreSQL: pgsql/configure.in,v 1.545 2008/01/24 06:23:32 petere Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
@@ -572,7 +572,7 @@ PGAC_ARG_BOOL(with, libedit-preferred, no,
#
# OSSP UUID library
#
-PGAC_ARG_BOOL(with, ossp-uuid, no, [ --with-ossp-uuid use OSSP UUID library when building /contrib/uuid-ossp ])
+PGAC_ARG_BOOL(with, ossp-uuid, no, [ --with-ossp-uuid use OSSP UUID library when building contrib/uuid-ossp])
AC_SUBST(with_ossp_uuid)
@@ -603,8 +603,8 @@ AC_SUBST(with_libxml)
#
# XSLT
#
-PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt use XSLT support when building /contrib/xml2],
- [AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to use XSLT support when building /contrib/xml2. (--with-libxslt)])])
+PGAC_ARG_BOOL(with, libxslt, no, [ --with-libxslt use XSLT support when building contrib/xml2],
+ [AC_DEFINE([USE_LIBXSLT], 1, [Define to 1 to use XSLT support when building contrib/xml2. (--with-libxslt)])])
AC_SUBST(with_libxslt)
diff --git a/doc/FAQ_turkish b/doc/FAQ_turkish
index cbc416cacc..479fac6470 100644
--- a/doc/FAQ_turkish
+++ b/doc/FAQ_turkish
@@ -1173,7 +1173,7 @@ ORDER BY col1
5.2) PostgreSQL'e nasýl yeni tipler/fonksiyonlar ekleyebilirim?
Çalýþmalarýnýzý pgsql-hackers e-posta listesine gönderiniz. Kodunuz
- incelendikten sonra /contrib dizinine konacaktýr.
+ incelendikten sonra contrib dizinine konacaktýr.
5.3) Bir tuple dondürmek icin bir C fonksiyonunu nasil yazarým?
diff --git a/doc/TODO b/doc/TODO
index b16ec5f402..38452895d5 100644
--- a/doc/TODO
+++ b/doc/TODO
@@ -272,11 +272,11 @@ Data Types
* Binary Data
- o Improve vacuum of large objects, like /contrib/vacuumlo?
+ o Improve vacuum of large objects, like contrib/vacuumlo?
o Add security checking for large objects
o Auto-delete large objects when referencing row is deleted
- /contrib/lo offers this functionality.
+ contrib/lo offers this functionality.
o Allow read/write into TOAST values like large objects
@@ -1312,7 +1312,7 @@ Source Code
===========
* Add use of 'const' for variables in source tree
-* Move some things from /contrib into main tree
+* Move some things from contrib into main tree
* %Remove warnings created by -Wcast-align
* Move platform-specific ps status display info from ps_status.c to ports
* Add optional CRC checksum to heap and index pages
@@ -1321,7 +1321,7 @@ Source Code
* Acquire lock on a relation before building a relcache entry for it
* Allow cross-compiling by generating the zic database on the target system
* Improve NLS maintenance of libpgport messages linked onto applications
-* Clean up casting in /contrib/isn
+* Clean up casting in contrib/isn
http://archives.postgresql.org/pgsql-hackers/2006-11/msg00245.php
diff --git a/doc/src/FAQ/FAQ_turkish.html b/doc/src/FAQ/FAQ_turkish.html
index e0d618fb16..20f970ab8d 100644
--- a/doc/src/FAQ/FAQ_turkish.html
+++ b/doc/src/FAQ/FAQ_turkish.html
@@ -1000,7 +1000,7 @@ ORDER BY col1
5.2) PostgreSQL'e nasýl yeni tipler/fonksiyonlar ekleyebilirim?
Çalýþmalarýnýzý pgsql-hackers e-posta listesine gönderiniz. Kodunuz
- incelendikten sonra /contrib dizinine konacaktýr.
+ incelendikten sonra contrib dizinine konacaktýr.
5.3) Bir tuple dondürmek icin bir C fonksiyonunu nasil yazarým?
PostgreSQL 7.3 sürümü ile birlikte, C, PL/PgSQL ve SQL kullanýlarak tablo-döndüren
diff --git a/doc/src/FAQ/TODO.html b/doc/src/FAQ/TODO.html
index 420d27f9a6..bc705911ab 100644
--- a/doc/src/FAQ/TODO.html
+++ b/doc/src/FAQ/TODO.html
@@ -248,10 +248,10 @@ first. There is also a developer's wiki at
Binary Data
- - Improve vacuum of large objects, like /contrib/vacuumlo?
+
- Improve vacuum of large objects, like contrib/vacuumlo?
- Add security checking for large objects
- Auto-delete large objects when referencing row is deleted
-
/contrib/lo offers this functionality.
+
contrib/lo offers this functionality.
- Allow read/write into TOAST values like large objects
This requires the TOAST column to be stored EXTERNAL.
@@ -1167,7 +1167,7 @@ first. There is also a developer's wiki at