Re: Declaration fixes
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: pgsql-hackers@postgresql.org
Date: 2022-05-12T19:44:25Z
Lists: pgsql-hackers
On 2022-05-12 11:38:39 -0700, Andres Freund wrote: > On 2022-05-12 13:18:05 -0400, Tom Lane wrote: > > Andres Freund <andres@anarazel.de> writes: > > > I think the attached patches are all a good idea and trivial enought that I > > > think we should apply them now. > > > > +1 to all of that. > > Cool. Pushed them.
Commits
-
Add 'static' to file-local variables missing it.
- 09cd33f47bb3 15.0 landed
-
Add missing 'extern' to function prototypes.
- 905c020bef99 15.0 landed
-
Add missing binary_upgrade.h includes.
- 0699b1ae2d8e 15.0 landed
-
Remove function declaration for function in pg_proc.
- 07d683b54af8 15.0 landed