skytools 2.1.12-6 source package in Ubuntu

Changelog

skytools (2.1.12-6) unstable; urgency=low

  * 2.1 is on community support and doesn't release anymore. Import
    changes from tag skytools_2_1_12 to branch skytools_2_1_stable from
    upstream git.
    + Bugfix psycopgwrapper connect_database() to open a cursor before using
      it
    + Synch walmgr changes from 3.0 branch.
    + Add support for detecting stale locks and releasing them instead of
      aborting
    + Move the pg_stop_backup() into a finally: block.
    + londiste add-table: make trigger check sql 9.1-compatible
    + pgq.insert_event: Fix rare crash
    + pgq.triggers: Fix potential rare crash.
    + pgq: fix unnecessary failures in regtests
  * Remove \i txid.sql from regression tests so they run through.
    Additionally, the server config needs bytea_output = 'escape'.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Tue,  27 Dec 2011 20:45:01 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
Christoph Berg
Architectures:
any
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise release universe misc

Downloads

File Size SHA-256 Checksum
skytools_2.1.12.orig.tar.gz 253.0 KiB f385947b121a05d9d64ca70dd46585f592161ad939303735ebb9d62f246d6ac0
skytools_2.1.12-6.debian.tar.gz 11.7 KiB 68d9bf6dba8b3f4ac727f65d259ddc25de6282fffd1b68c78379ca97dc270852
skytools_2.1.12-6.dsc 2.0 KiB ce4c6f595d06f12eec6add7c9518d3548a69db78c54abe735ca84e92f3aad040

Available diffs

View changes file

Binary packages built by this source

skytools: Database management tools for PostgreSQL

 Skytools is a set of PostgreSQL tools for WAL shipping, queueing and
 replication.
 .
 This package contains the Python parts of skytools:
  - londiste: PostgreSQL replication engine written
  - pgqadm: PgQ queueing administration interface
  - walmgr: Managing WAL-based replication

skytools-modules-9.1: PostgreSQL 9.1 modules for skytools

 Skytools is a set of PostgreSQL tools for WAL shipping, queueing and
 replication.
 .
 This package contains the PostgreSQL modules for skytools:
  - txid: Provides 8-byte transaction ids for external usage
  - logtriga: Trigger function for table event logging in "partial SQL"
    format, used in londsite for replication
  - logutriga: Trigger function for table event logging in
    urlencoded format
  - londiste: Database parts of replication engine
  - pgq: Generic queue in database