Bug 141579 - [UPDATE] databases/slony1: to 1.2.20
Summary: [UPDATE] databases/slony1: to 1.2.20
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-15 07:20 UTC by Andrei V. Lavreniyuk
Modified: 2009-12-18 15:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1.35 KB, patch)
2009-12-15 07:20 UTC, Andrei V. Lavreniyuk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrei V. Lavreniyuk 2009-12-15 07:20:01 UTC
Release 1.2.20

- Fix problem with logging where vsnprintf would, with very large
  output, clobber the byte after malloc()ed output               

- Change "long long" to "int64"


Release 1.2.19

- fix problem (noticed by Vivek Khera) with drop_if_exists() handling
  of schemas                                                         

- Duct tape test altered to bump event serial number to a near-2^31-1
  level in order that things that might break will break upon that   
  rollover.  Also altered to run "update functions."                 

Release 1.2.18

- autoconf change + change to src/backend/slony1_funcs.c to accomodate
  change in # of arguments for ScanKeywordLookup in PostgreSQL 8.5    

- Reloading of functions needs to have an emulation of
  "DROP FUNCTION IF EXISTS" because a couple of functions have had their
  return value type changed, which doesn't fit happily into             
  CREATE OR REPLACE FUNCTION.                                           

- Revisions to copyright notices to indicate 2009

- Fixing 8.4ism in SUBSCRIBE SET process - see <http://main.slony.info/viewcvs/viewvc.cgi/slony1-engine/src/slon/remote_worker.c?revision=1.124.2.39&view=markup&sortby=date&pathrev=REL_1_2_STABLE>

Release 1.2.17

- Apply changes to logshipper that went into the 2.0 branch but not
  1.2                                                              

- Change minimum debugging level to -1 to allow suppressing logging

- Bug #92 - compression of event numbers had a bug where events >
  2^31-1 would overflow the "int" value                          

- Fix to race condition where file descriptor copies were being made at
  the wrong time in the scheduler                                      

- Fix return types to use bigint when returning event #'s

- Establish compatibility with PostgreSQL 8.4:

  - autovac data is on pg_class rather than pg_autovacuum

  - Need to use GetActiveSnapshot() rather than expecting to have
    SerializableSnapshot in the backend                          

  - createdb needs to copy from template0 to ensure it can match locales

  - pg_class.reltriggers no longer exists in 8.4 and thus shouldn't be
    touched

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-15 07:20:10 UTC
Maintainer of databases/slony1,

Please note that PR ports/141579 has just been submitted.

If it contains a patch for an upgrade, an enhancement or a bug fix
you agree on, reply to this email stating that you approve the patch
and a committer will take care of it.

The full text of the PR can be found at:
    http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/141579

-- 
Edwin Groothuis via the GNATS Auto Assign Tool
edwin@FreeBSD.org
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-12-15 07:20:11 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Vick Khera 2009-12-15 19:12:42 UTC
I approve of this patch.  Thanks for submitting it (I was just about
to do this exact same update).
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2009-12-15 19:35:03 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Pav Lucistnik freebsd_committer freebsd_triage 2009-12-18 15:41:28 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-12-18 15:44:40 UTC
pav         2009-12-18 15:44:31 UTC

  FreeBSD ports repository

  Modified files:
    databases/slony1     Makefile distinfo 
  Log:
  - Update to 1.2.20
  
  PR:             ports/141579
  Submitted by:   Andrei Lavreniyuk <andy.lavr@reactor-xg.kiev.ua>
  Approved by:    Vick Khera <vivek@khera.org> (maintainer)
  
  Revision  Changes    Path
  1.43      +1 -1      ports/databases/slony1/Makefile
  1.28      +6 -6      ports/databases/slony1/distinfo
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"