Thread
Commits
-
Remove leftover comments, left behind by removal of WITH OIDS.
- ee42f78910b7 12.6 landed
- 74d6fb0a037a 13.2 landed
- 2bc588798bdd 14.0 landed
-
Remove WITH OIDS support, change oid catalog column visibility.
- 578b229718e8 12.0 cited
-
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
-
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