Skip to content

Commit 0a42bc7

Browse files
committed
Fixed undefined symbol: verify_compact_attribute error with Postgres 18 on CI
1 parent f5df32c commit 0a42bc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
dev-files: true
2929
- run: make
3030
env:
31-
PG_CFLAGS: -DUSE_ASSERT_CHECKING -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare
31+
PG_CFLAGS: ${{ matrix.postgres != 18 && '-DUSE_ASSERT_CHECKING' || '' }} -Wall -Wextra -Werror -Wno-unused-parameter -Wno-sign-compare
3232
- run: |
3333
export PG_CONFIG=`which pg_config`
3434
sudo --preserve-env=PG_CONFIG make install

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy