Thread

Commits

  1. Revert change of ecpglib major version

  2. Add DECLARE STATEMENT support to ECPG.

  1. ecpglib major version changed

    Peter Eisentraut <peter.eisentraut@2ndquadrant.com> — 2019-09-16T11:14:21Z

    The ecpglib major version (SO_MAJOR_VERSION) was changed in
    bd7c95f0c1a38becffceb3ea7234d57167f6d4bf (Add DECLARE STATEMENT support
    to ECPG.), but I don't see anything in that patch that would warrant
    that.  I think we should undo that change.
    
    -- 
    Peter Eisentraut              http://www.2ndQuadrant.com/
    PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
    
    
    
    
  2. Re: ecpglib major version changed

    Tom Lane <tgl@sss.pgh.pa.us> — 2019-09-16T13:41:41Z

    Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
    > The ecpglib major version (SO_MAJOR_VERSION) was changed in
    > bd7c95f0c1a38becffceb3ea7234d57167f6d4bf (Add DECLARE STATEMENT support
    > to ECPG.), but I don't see anything in that patch that would warrant
    > that.  I think we should undo that change.
    
    Ouch.  Yeah, that's a Big Deal from a packaging standpoint.
    Why would it be necessary?
    
    			regards, tom lane
    
    
    
    
  3. Re: ecpglib major version changed

    Peter Eisentraut <peter.eisentraut@2ndquadrant.com> — 2019-09-19T07:37:04Z

    On 2019-09-16 15:41, Tom Lane wrote:
    > Peter Eisentraut <peter.eisentraut@2ndquadrant.com> writes:
    >> The ecpglib major version (SO_MAJOR_VERSION) was changed in
    >> bd7c95f0c1a38becffceb3ea7234d57167f6d4bf (Add DECLARE STATEMENT support
    >> to ECPG.), but I don't see anything in that patch that would warrant
    >> that.  I think we should undo that change.
    > 
    > Ouch.  Yeah, that's a Big Deal from a packaging standpoint.
    > Why would it be necessary?
    
    I double-checked this with abidiff and there was nothing changed except
    a few added functions.  So I've reverted it now.
    
    -- 
    Peter Eisentraut              http://www.2ndQuadrant.com/
    PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services