aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2004-08-12 16:39:50 +0000
committerBruce Momjian <bruce@momjian.us>2004-08-12 16:39:50 +0000
commite48322a6d6cfce1ec52ab303441df329ddbc04d1 (patch)
treef8d010fcf1c59efe060136c3b61c6b7cdde5d20c /src/backend/access/transam/xlog.c
parent19f1370b1e2d9216158637e2c43389371213432b (diff)
downloadpostgresql-e48322a6d6cfce1ec52ab303441df329ddbc04d1.tar.gz
postgresql-e48322a6d6cfce1ec52ab303441df329ddbc04d1.zip
Be more aggressive about adding flags to thread compiles. The configure
test only tests for building a binary, not building a shared library. On Linux, you can build a binary with -pthread, but you can't build a binary that uses a threaded shared library unless you also use -pthread when building the binary, or adding -lpthread to the shared library build. This patch has the effect of doing the later by adding both -pthread and -lpthread when building libpq.
Diffstat (limited to 'src/backend/access/transam/xlog.c')
0 files changed, 0 insertions, 0 deletions