diff options
author | Andres Freund <andres@anarazel.de> | 2017-10-10 14:42:16 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2017-10-10 14:50:30 -0700 |
commit | fffd651e83ccbd6191a76be6ec7c6b1b27888fde (patch) | |
tree | 1c7f61fd5dfa8e540f2e27c1063ba9f8038370ba /src/backend/commands/async.c | |
parent | fa5e119dc71ada8d023deadcb36dbfae328f8902 (diff) | |
download | postgresql-fffd651e83ccbd6191a76be6ec7c6b1b27888fde.tar.gz postgresql-fffd651e83ccbd6191a76be6ec7c6b1b27888fde.zip |
Rewrite strnlen replacement implementation from 8a241792f96.
The previous placement of the fallback implementation in libpgcommon
was problematic, because libpqport functions need strnlen
functionality.
Move replacement into libpgport. Provide strnlen() under its posix
name, instead of pg_strnlen(). Fix stupid configure bug, executing the
test only when compiled with threading support.
Author: Andres Freund
Discussion: https://postgr.es/m/E1e1gR2-0005fB-SI@gemulon.postgresql.org
Diffstat (limited to 'src/backend/commands/async.c')
0 files changed, 0 insertions, 0 deletions