aboutsummaryrefslogtreecommitdiff
path: root/src/backend/tcop/postgres.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-04-26 23:35:34 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-04-26 23:35:34 +0000
commit6a4fa7eccb1cca133721a4b1b7ae6d6e0881171e (patch)
tree58243e6c10ed67c4f81275c7ee662d6dbb9af38d /src/backend/tcop/postgres.c
parent00645eb1fd733b4fa765f97b74d59abe7e27bff6 (diff)
downloadpostgresql-6a4fa7eccb1cca133721a4b1b7ae6d6e0881171e.tar.gz
postgresql-6a4fa7eccb1cca133721a4b1b7ae6d6e0881171e.zip
On HPUX, shl_load should be called with options BIND_IMMEDIATE rather
than BIND_DEFERRED. That way, if the loaded library has unresolved references, shl_load fails cleanly. As we had it, shl_load would succeed and then the dynlinker would call abort() when we try to call into the loaded library. abort()ing a backend is uncool.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions