Thread

Commits

  1. Remove leftover reference to oid column.

  2. Remove WITH OIDS support, change oid catalog column visibility.

  1. outdated reference to tuple header OIDs

    John Naylor <john.naylor@2ndquadrant.com> — 2019-03-14T07:49:40Z

    It seems this is a leftover from commit 578b229718e8. Patch attached.
    
    -- 
    John Naylor                https://www.2ndQuadrant.com/
    PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
    
  2. Re: outdated reference to tuple header OIDs

    Andres Freund <andres@anarazel.de> — 2019-03-18T20:16:47Z

    Hi,
    
    On 2019-03-14 15:49:40 +0800, John Naylor wrote:
    > It seems this is a leftover from commit 578b229718e8. Patch attached.
    
    Thanks for noticing. Pushed.
    
    Greetings,
    
    Andres Freund