Thread
Commits
-
Fix obsolete references to postgres.h in comments.
- 18cdf5932a27 19 (unreleased) landed
-
New header varatt.h split off from postgres.h
- d952373a987b 16.0 cited
-
Restructure the key include files per recent pghackers discussion: there
- d08741eab55f 7.1.1 cited
-
fix obsolete references to postgres.h in comments
Nathan Bossart <nathandbossart@gmail.com> — 2025-09-18T19:20:29Z
Most of these were missed by commit d952373a98, but I found one that seems to have been missed by commit d08741eab5. -- nathan
-
Re: fix obsolete references to postgres.h in comments
Chao Li <li.evan.chao@gmail.com> — 2025-09-18T23:41:14Z
> On Sep 19, 2025, at 03:20, Nathan Bossart <nathandbossart@gmail.com> wrote: > > Most of these were missed by commit d952373a98, but I found one that seems > to have been missed by commit d08741eab5. > > -- > nathan > <v1-0001-Fix-obsolete-references-to-postgres.h-in-comments.patch> Good catch. LGTM. Best regards, -- Chao Li (Evan) HighGo Software Co., Ltd. https://www.highgo.com/
-
Re: fix obsolete references to postgres.h in comments
Nathan Bossart <nathandbossart@gmail.com> — 2025-09-19T14:19:48Z
On Fri, Sep 19, 2025 at 07:41:14AM +0800, Chao Li wrote: > Good catch. LGTM. Committed. -- nathan