postgresql: 9.2.4 -> 9.3.0

This commit is contained in:
Thomas Penteker 2013-09-09 16:29:14 +02:00
parent 5fd866a746
commit 2c39eaefa7
3 changed files with 58 additions and 17 deletions

View File

@ -18,6 +18,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/pg_ctl
-rwxr-xr-x root/root usr/bin/pg_dump
-rwxr-xr-x root/root usr/bin/pg_dumpall
-rwxr-xr-x root/root usr/bin/pg_isready
-rwxr-xr-x root/root usr/bin/pg_receivexlog
-rwxr-xr-x root/root usr/bin/pg_resetxlog
-rwxr-xr-x root/root usr/bin/pg_restore
@ -37,6 +38,7 @@ drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/libpq/
-rw-r--r-- root/root usr/include/libpq/libpq-fs.h
-rw-r--r-- root/root usr/include/pg_config.h
-rw-r--r-- root/root usr/include/pg_config_ext.h
-rw-r--r-- root/root usr/include/pg_config_manual.h
-rw-r--r-- root/root usr/include/pg_config_os.h
-rw-r--r-- root/root usr/include/pgtypes_date.h
@ -71,8 +73,10 @@ drwxr-xr-x root/root usr/include/postgresql/server/access/
-rw-r--r-- root/root usr/include/postgresql/server/access/gistscan.h
-rw-r--r-- root/root usr/include/postgresql/server/access/hash.h
-rw-r--r-- root/root usr/include/postgresql/server/access/heapam.h
-rw-r--r-- root/root usr/include/postgresql/server/access/heapam_xlog.h
-rw-r--r-- root/root usr/include/postgresql/server/access/hio.h
-rw-r--r-- root/root usr/include/postgresql/server/access/htup.h
-rw-r--r-- root/root usr/include/postgresql/server/access/htup_details.h
-rw-r--r-- root/root usr/include/postgresql/server/access/itup.h
-rw-r--r-- root/root usr/include/postgresql/server/access/multixact.h
-rw-r--r-- root/root usr/include/postgresql/server/access/nbtree.h
@ -81,6 +85,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/access/
-rw-r--r-- root/root usr/include/postgresql/server/access/relscan.h
-rw-r--r-- root/root usr/include/postgresql/server/access/rewriteheap.h
-rw-r--r-- root/root usr/include/postgresql/server/access/rmgr.h
-rw-r--r-- root/root usr/include/postgresql/server/access/rmgrlist.h
-rw-r--r-- root/root usr/include/postgresql/server/access/sdir.h
-rw-r--r-- root/root usr/include/postgresql/server/access/skey.h
-rw-r--r-- root/root usr/include/postgresql/server/access/slru.h
@ -88,6 +93,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/access/
-rw-r--r-- root/root usr/include/postgresql/server/access/spgist_private.h
-rw-r--r-- root/root usr/include/postgresql/server/access/subtrans.h
-rw-r--r-- root/root usr/include/postgresql/server/access/sysattr.h
-rw-r--r-- root/root usr/include/postgresql/server/access/timeline.h
-rw-r--r-- root/root usr/include/postgresql/server/access/transam.h
-rw-r--r-- root/root usr/include/postgresql/server/access/tupconvert.h
-rw-r--r-- root/root usr/include/postgresql/server/access/tupdesc.h
@ -99,8 +105,10 @@ drwxr-xr-x root/root usr/include/postgresql/server/access/
-rw-r--r-- root/root usr/include/postgresql/server/access/visibilitymap.h
-rw-r--r-- root/root usr/include/postgresql/server/access/xact.h
-rw-r--r-- root/root usr/include/postgresql/server/access/xlog.h
-rw-r--r-- root/root usr/include/postgresql/server/access/xlog_fn.h
-rw-r--r-- root/root usr/include/postgresql/server/access/xlog_internal.h
-rw-r--r-- root/root usr/include/postgresql/server/access/xlogdefs.h
-rw-r--r-- root/root usr/include/postgresql/server/access/xlogreader.h
-rw-r--r-- root/root usr/include/postgresql/server/access/xlogutils.h
drwxr-xr-x root/root usr/include/postgresql/server/bootstrap/
-rw-r--r-- root/root usr/include/postgresql/server/bootstrap/bootstrap.h
@ -138,6 +146,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/catalog/
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_depend.h
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_description.h
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_enum.h
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_event_trigger.h
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_extension.h
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_foreign_data_wrapper.h
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_foreign_server.h
@ -174,6 +183,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/catalog/
-rw-r--r-- root/root usr/include/postgresql/server/catalog/pg_user_mapping.h
-rw-r--r-- root/root usr/include/postgresql/server/catalog/schemapg.h
-rw-r--r-- root/root usr/include/postgresql/server/catalog/storage.h
-rw-r--r-- root/root usr/include/postgresql/server/catalog/storage_xlog.h
-rw-r--r-- root/root usr/include/postgresql/server/catalog/toasting.h
drwxr-xr-x root/root usr/include/postgresql/server/commands/
-rw-r--r-- root/root usr/include/postgresql/server/commands/alter.h
@ -187,9 +197,11 @@ drwxr-xr-x root/root usr/include/postgresql/server/commands/
-rw-r--r-- root/root usr/include/postgresql/server/commands/dbcommands.h
-rw-r--r-- root/root usr/include/postgresql/server/commands/defrem.h
-rw-r--r-- root/root usr/include/postgresql/server/commands/discard.h
-rw-r--r-- root/root usr/include/postgresql/server/commands/event_trigger.h
-rw-r--r-- root/root usr/include/postgresql/server/commands/explain.h
-rw-r--r-- root/root usr/include/postgresql/server/commands/extension.h
-rw-r--r-- root/root usr/include/postgresql/server/commands/lockcmds.h
-rw-r--r-- root/root usr/include/postgresql/server/commands/matview.h
-rw-r--r-- root/root usr/include/postgresql/server/commands/portalcmds.h
-rw-r--r-- root/root usr/include/postgresql/server/commands/prepare.h
-rw-r--r-- root/root usr/include/postgresql/server/commands/proclang.h
@ -204,6 +216,9 @@ drwxr-xr-x root/root usr/include/postgresql/server/commands/
-rw-r--r-- root/root usr/include/postgresql/server/commands/vacuum.h
-rw-r--r-- root/root usr/include/postgresql/server/commands/variable.h
-rw-r--r-- root/root usr/include/postgresql/server/commands/view.h
drwxr-xr-x root/root usr/include/postgresql/server/common/
-rw-r--r-- root/root usr/include/postgresql/server/common/fe_memutils.h
-rw-r--r-- root/root usr/include/postgresql/server/common/relpath.h
drwxr-xr-x root/root usr/include/postgresql/server/datatype/
-rw-r--r-- root/root usr/include/postgresql/server/datatype/timestamp.h
-rw-r--r-- root/root usr/include/postgresql/server/dynloader.h
@ -259,7 +274,8 @@ drwxr-xr-x root/root usr/include/postgresql/server/foreign/
-rw-r--r-- root/root usr/include/postgresql/server/getaddrinfo.h
-rw-r--r-- root/root usr/include/postgresql/server/getopt_long.h
drwxr-xr-x root/root usr/include/postgresql/server/lib/
-rw-r--r-- root/root usr/include/postgresql/server/lib/dllist.h
-rw-r--r-- root/root usr/include/postgresql/server/lib/binaryheap.h
-rw-r--r-- root/root usr/include/postgresql/server/lib/ilist.h
-rw-r--r-- root/root usr/include/postgresql/server/lib/stringinfo.h
drwxr-xr-x root/root usr/include/postgresql/server/libpq/
-rw-r--r-- root/root usr/include/postgresql/server/libpq/auth.h
@ -345,10 +361,12 @@ drwxr-xr-x root/root usr/include/postgresql/server/parser/
-rw-r--r-- root/root usr/include/postgresql/server/parser/scanner.h
-rw-r--r-- root/root usr/include/postgresql/server/parser/scansup.h
-rw-r--r-- root/root usr/include/postgresql/server/pg_config.h
-rw-r--r-- root/root usr/include/postgresql/server/pg_config_ext.h
-rw-r--r-- root/root usr/include/postgresql/server/pg_config_manual.h
-rw-r--r-- root/root usr/include/postgresql/server/pg_config_os.h
-rw-r--r-- root/root usr/include/postgresql/server/pg_trace.h
-rw-r--r-- root/root usr/include/postgresql/server/pgstat.h
-rw-r--r-- root/root usr/include/postgresql/server/pgtar.h
-rw-r--r-- root/root usr/include/postgresql/server/pgtime.h
-rw-r--r-- root/root usr/include/postgresql/server/plpgsql.h
-rw-r--r-- root/root usr/include/postgresql/server/port.h
@ -394,6 +412,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/portability/
-rw-r--r-- root/root usr/include/postgresql/server/postgres_fe.h
drwxr-xr-x root/root usr/include/postgresql/server/postmaster/
-rw-r--r-- root/root usr/include/postgresql/server/postmaster/autovacuum.h
-rw-r--r-- root/root usr/include/postgresql/server/postmaster/bgworker.h
-rw-r--r-- root/root usr/include/postgresql/server/postmaster/bgwriter.h
-rw-r--r-- root/root usr/include/postgresql/server/postmaster/fork_process.h
-rw-r--r-- root/root usr/include/postgresql/server/postmaster/pgarch.h
@ -405,11 +424,11 @@ drwxr-xr-x root/root usr/include/postgresql/server/regex/
-rw-r--r-- root/root usr/include/postgresql/server/regex/regcustom.h
-rw-r--r-- root/root usr/include/postgresql/server/regex/regerrs.h
-rw-r--r-- root/root usr/include/postgresql/server/regex/regex.h
-rw-r--r-- root/root usr/include/postgresql/server/regex/regexport.h
-rw-r--r-- root/root usr/include/postgresql/server/regex/regguts.h
drwxr-xr-x root/root usr/include/postgresql/server/replication/
-rw-r--r-- root/root usr/include/postgresql/server/replication/basebackup.h
-rw-r--r-- root/root usr/include/postgresql/server/replication/syncrep.h
-rw-r--r-- root/root usr/include/postgresql/server/replication/walprotocol.h
-rw-r--r-- root/root usr/include/postgresql/server/replication/walreceiver.h
-rw-r--r-- root/root usr/include/postgresql/server/replication/walsender.h
-rw-r--r-- root/root usr/include/postgresql/server/replication/walsender_private.h
@ -466,6 +485,8 @@ drwxr-xr-x root/root usr/include/postgresql/server/storage/
-rw-r--r-- root/root usr/include/postgresql/server/storage/buffile.h
-rw-r--r-- root/root usr/include/postgresql/server/storage/bufmgr.h
-rw-r--r-- root/root usr/include/postgresql/server/storage/bufpage.h
-rw-r--r-- root/root usr/include/postgresql/server/storage/checksum.h
-rw-r--r-- root/root usr/include/postgresql/server/storage/checksum_impl.h
-rw-r--r-- root/root usr/include/postgresql/server/storage/copydir.h
-rw-r--r-- root/root usr/include/postgresql/server/storage/fd.h
-rw-r--r-- root/root usr/include/postgresql/server/storage/freespace.h
@ -532,6 +553,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/utils/
-rw-r--r-- root/root usr/include/postgresql/server/utils/dynamic_loader.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/elog.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/errcodes.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/evtcache.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/fmgroids.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/fmgrtab.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/formatting.h
@ -544,6 +566,7 @@ drwxr-xr-x root/root usr/include/postgresql/server/utils/
-rw-r--r-- root/root usr/include/postgresql/server/utils/int8.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/inval.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/json.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/jsonapi.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/logtape.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/lsyscache.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/memutils.h
@ -566,12 +589,14 @@ drwxr-xr-x root/root usr/include/postgresql/server/utils/
-rw-r--r-- root/root usr/include/postgresql/server/utils/relmapper.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/reltrigger.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/resowner.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/resowner_private.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/selfuncs.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/snapmgr.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/snapshot.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/sortsupport.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/spccache.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/syscache.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/timeout.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/timestamp.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/tqual.h
-rw-r--r-- root/root usr/include/postgresql/server/utils/tuplesort.h
@ -589,22 +614,28 @@ drwxr-xr-x root/root usr/include/postgresql/server/utils/
-rw-r--r-- root/root usr/include/sqlda.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libecpg.a
lrwxrwxrwx root/root usr/lib/libecpg.so -> libecpg.so.6.4
lrwxrwxrwx root/root usr/lib/libecpg.so.6 -> libecpg.so.6.4
-rwxr-xr-x root/root usr/lib/libecpg.so.6.4
lrwxrwxrwx root/root usr/lib/libecpg.so -> libecpg.so.6.5
lrwxrwxrwx root/root usr/lib/libecpg.so.6 -> libecpg.so.6.5
-rwxr-xr-x root/root usr/lib/libecpg.so.6.5
-rw-r--r-- root/root usr/lib/libecpg_compat.a
lrwxrwxrwx root/root usr/lib/libecpg_compat.so -> libecpg_compat.so.3.4
lrwxrwxrwx root/root usr/lib/libecpg_compat.so.3 -> libecpg_compat.so.3.4
-rwxr-xr-x root/root usr/lib/libecpg_compat.so.3.4
lrwxrwxrwx root/root usr/lib/libecpg_compat.so -> libecpg_compat.so.3.5
lrwxrwxrwx root/root usr/lib/libecpg_compat.so.3 -> libecpg_compat.so.3.5
-rwxr-xr-x root/root usr/lib/libecpg_compat.so.3.5
-rw-r--r-- root/root usr/lib/libpgcommon.a
-rw-r--r-- root/root usr/lib/libpgport.a
-rw-r--r-- root/root usr/lib/libpgtypes.a
lrwxrwxrwx root/root usr/lib/libpgtypes.so -> libpgtypes.so.3.3
lrwxrwxrwx root/root usr/lib/libpgtypes.so.3 -> libpgtypes.so.3.3
-rwxr-xr-x root/root usr/lib/libpgtypes.so.3.3
lrwxrwxrwx root/root usr/lib/libpgtypes.so -> libpgtypes.so.3.4
lrwxrwxrwx root/root usr/lib/libpgtypes.so.3 -> libpgtypes.so.3.4
-rwxr-xr-x root/root usr/lib/libpgtypes.so.3.4
-rw-r--r-- root/root usr/lib/libpq.a
lrwxrwxrwx root/root usr/lib/libpq.so -> libpq.so.5.5
lrwxrwxrwx root/root usr/lib/libpq.so.5 -> libpq.so.5.5
-rwxr-xr-x root/root usr/lib/libpq.so.5.5
lrwxrwxrwx root/root usr/lib/libpq.so -> libpq.so.5.6
lrwxrwxrwx root/root usr/lib/libpq.so.5 -> libpq.so.5.6
-rwxr-xr-x root/root usr/lib/libpq.so.5.6
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libecpg.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libecpg_compat.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libpgtypes.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libpq.pc
drwxr-xr-x root/root usr/lib/postgresql/
-rwxr-xr-x root/root usr/lib/postgresql/ascii_and_mic.so
-rwxr-xr-x root/root usr/lib/postgresql/cyrillic_and_mic.so
@ -667,6 +698,7 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/pg_ctl.1.gz
-rw-r--r-- root/root usr/man/man1/pg_dump.1.gz
-rw-r--r-- root/root usr/man/man1/pg_dumpall.1.gz
-rw-r--r-- root/root usr/man/man1/pg_isready.1.gz
-rw-r--r-- root/root usr/man/man1/pg_receivexlog.1.gz
-rw-r--r-- root/root usr/man/man1/pg_resetxlog.1.gz
-rw-r--r-- root/root usr/man/man1/pg_restore.1.gz
@ -674,6 +706,7 @@ drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/pg_test_fsync.1.gz
-rw-r--r-- root/root usr/man/man1/pg_test_timing.1.gz
-rw-r--r-- root/root usr/man/man1/pg_upgrade.1.gz
-rw-r--r-- root/root usr/man/man1/pg_xlogdump.1.gz
-rw-r--r-- root/root usr/man/man1/pgbench.1.gz
-rw-r--r-- root/root usr/man/man1/postgres.1.gz
-rw-r--r-- root/root usr/man/man1/postmaster.1.gz
@ -753,6 +786,7 @@ drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/ALTER_DATABASE.7.gz
-rw-r--r-- root/root usr/man/man7/ALTER_DEFAULT_PRIVILEGES.7.gz
-rw-r--r-- root/root usr/man/man7/ALTER_DOMAIN.7.gz
-rw-r--r-- root/root usr/man/man7/ALTER_EVENT_TRIGGER.7.gz
-rw-r--r-- root/root usr/man/man7/ALTER_EXTENSION.7.gz
-rw-r--r-- root/root usr/man/man7/ALTER_FOREIGN_DATA_WRAPPER.7.gz
-rw-r--r-- root/root usr/man/man7/ALTER_FOREIGN_TABLE.7.gz
@ -761,10 +795,12 @@ drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/ALTER_INDEX.7.gz
-rw-r--r-- root/root usr/man/man7/ALTER_LANGUAGE.7.gz
-rw-r--r-- root/root usr/man/man7/ALTER_LARGE_OBJECT.7.gz
-rw-r--r-- root/root usr/man/man7/ALTER_MATERIALIZED_VIEW.7.gz
-rw-r--r-- root/root usr/man/man7/ALTER_OPERATOR.7.gz
-rw-r--r-- root/root usr/man/man7/ALTER_OPERATOR_CLASS.7.gz
-rw-r--r-- root/root usr/man/man7/ALTER_OPERATOR_FAMILY.7.gz
-rw-r--r-- root/root usr/man/man7/ALTER_ROLE.7.gz
-rw-r--r-- root/root usr/man/man7/ALTER_RULE.7.gz
-rw-r--r-- root/root usr/man/man7/ALTER_SCHEMA.7.gz
-rw-r--r-- root/root usr/man/man7/ALTER_SEQUENCE.7.gz
-rw-r--r-- root/root usr/man/man7/ALTER_SERVER.7.gz
@ -794,6 +830,7 @@ drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/CREATE_CONVERSION.7.gz
-rw-r--r-- root/root usr/man/man7/CREATE_DATABASE.7.gz
-rw-r--r-- root/root usr/man/man7/CREATE_DOMAIN.7.gz
-rw-r--r-- root/root usr/man/man7/CREATE_EVENT_TRIGGER.7.gz
-rw-r--r-- root/root usr/man/man7/CREATE_EXTENSION.7.gz
-rw-r--r-- root/root usr/man/man7/CREATE_FOREIGN_DATA_WRAPPER.7.gz
-rw-r--r-- root/root usr/man/man7/CREATE_FOREIGN_TABLE.7.gz
@ -801,6 +838,7 @@ drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/CREATE_GROUP.7.gz
-rw-r--r-- root/root usr/man/man7/CREATE_INDEX.7.gz
-rw-r--r-- root/root usr/man/man7/CREATE_LANGUAGE.7.gz
-rw-r--r-- root/root usr/man/man7/CREATE_MATERIALIZED_VIEW.7.gz
-rw-r--r-- root/root usr/man/man7/CREATE_OPERATOR.7.gz
-rw-r--r-- root/root usr/man/man7/CREATE_OPERATOR_CLASS.7.gz
-rw-r--r-- root/root usr/man/man7/CREATE_OPERATOR_FAMILY.7.gz
@ -832,6 +870,7 @@ drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/DROP_CONVERSION.7.gz
-rw-r--r-- root/root usr/man/man7/DROP_DATABASE.7.gz
-rw-r--r-- root/root usr/man/man7/DROP_DOMAIN.7.gz
-rw-r--r-- root/root usr/man/man7/DROP_EVENT_TRIGGER.7.gz
-rw-r--r-- root/root usr/man/man7/DROP_EXTENSION.7.gz
-rw-r--r-- root/root usr/man/man7/DROP_FOREIGN_DATA_WRAPPER.7.gz
-rw-r--r-- root/root usr/man/man7/DROP_FOREIGN_TABLE.7.gz
@ -839,6 +878,7 @@ drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/DROP_GROUP.7.gz
-rw-r--r-- root/root usr/man/man7/DROP_INDEX.7.gz
-rw-r--r-- root/root usr/man/man7/DROP_LANGUAGE.7.gz
-rw-r--r-- root/root usr/man/man7/DROP_MATERIALIZED_VIEW.7.gz
-rw-r--r-- root/root usr/man/man7/DROP_OPERATOR.7.gz
-rw-r--r-- root/root usr/man/man7/DROP_OPERATOR_CLASS.7.gz
-rw-r--r-- root/root usr/man/man7/DROP_OPERATOR_FAMILY.7.gz
@ -873,6 +913,7 @@ drwxr-xr-x root/root usr/man/man7/
-rw-r--r-- root/root usr/man/man7/PREPARE.7.gz
-rw-r--r-- root/root usr/man/man7/PREPARE_TRANSACTION.7.gz
-rw-r--r-- root/root usr/man/man7/REASSIGN_OWNED.7.gz
-rw-r--r-- root/root usr/man/man7/REFRESH_MATERIALIZED_VIEW.7.gz
-rw-r--r-- root/root usr/man/man7/REINDEX.7.gz
-rw-r--r-- root/root usr/man/man7/RELEASE_SAVEPOINT.7.gz
-rw-r--r-- root/root usr/man/man7/RESET.7.gz

View File

@ -1,2 +1,2 @@
f5eeff17dd7117175794459f7097ad1a postgresql
6ee5bb53b97da7c6ad9cb0825d3300dd postgresql-9.2.4.tar.bz2
09aee56f3a15ce4a7ea32044fb845b53 postgresql-9.3.0.tar.bz2

View File

@ -5,8 +5,8 @@
# Depends on: openssl
name=postgresql
version=9.2.4
release=2
version=9.3.0
release=1
source=(ftp://ftp9.de.postgresql.org/unix/databases/postgresql/source/v$version/$name-$version.tar.bz2 postgresql)
build() {