Skip to content

Move extern variables after header includes#470

Merged
za-arthur merged 1 commit intomasterfrom
reorder_extern_variables
Oct 27, 2025
Merged

Move extern variables after header includes#470
za-arthur merged 1 commit intomasterfrom
reorder_extern_variables

Conversation

@za-arthur
Copy link
Collaborator

Extern variables PROGRAM_URL, PROGRAM_ISSUES, PROGRAM_VERSION are defined in bin/pg_repack.c before header includes for some reason. While their extern declarations are defined in bin/pgut/pgut.h it is wrong define such variables before header includes.

Extern variables PROGRAM_URL, PROGRAM_ISSUES, PROGRAM_VERSION are
defined in bin/pg_repack.c before header includes for some reason. While
their extern declarations are defined in bin/pgut/pgut.h it is wrong
define such variables before header includes.
@za-arthur za-arthur merged commit 23aac05 into master Oct 27, 2025
22 checks passed
@za-arthur za-arthur deleted the reorder_extern_variables branch October 27, 2025 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant