upgrade base PostgreSQL v8.3.7->8.3.8

This commit is contained in:
KaiGai Kohei 2009-09-10 12:27:20 +00:00
commit c3eae44511
7 changed files with 1761 additions and 1229 deletions

View file

@ -7,9 +7,9 @@
# pidfile: /var/run/postmaster.pid
#---------------------------------------------------------------------
PGVERSION="8.3.7"
PGVERSION="8.3.8"
PGMAJORVERSION=`echo "$PGVERSION" | sed 's/^\([0-9]*\.[0-9a-z]*\).*$/\1/'`
SEPGVERSION="1990"
SEPGVERSION="2300"
# source function library
. /etc/rc.d/init.d/functions