Thread

Commits

  1. Remove leftover comments, left behind by removal of WITH OIDS.

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

  1. obsolete comment from WITH OIDS days

    Amit Langote <amitlangote09@gmail.com> — 2020-11-30T08:21:39Z

    Hi,
    
    I noticed a couple of comments that were obsoleted by commit
    578b229718 which forgot to remove them.  Attached fixes that.
    
    -- 
    Amit Langote
    EDB: http://www.enterprisedb.com
    
  2. Re: obsolete comment from WITH OIDS days

    Heikki Linnakangas <hlinnaka@iki.fi> — 2020-11-30T08:32:43Z

    On 30/11/2020 10:21, Amit Langote wrote:
    > I noticed a couple of comments that were obsoleted by commit
    > 578b229718 which forgot to remove them.  Attached fixes that.
    
    Applied, thanks!
    
    - Heikki