diff options
author | Bruce Momjian <bruce@momjian.us> | 2003-09-13 14:49:51 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2003-09-13 14:49:51 +0000 |
commit | b041d3e3a17331f9fc76509a577c6ed63067aded (patch) | |
tree | 21574080f45d78c1de8a8bb128f8c35474cf18de /src/backend/executor/nodeIndexscan.c | |
parent | 509a9cd3f922c38c19d35e81bb1427d663ba4aba (diff) | |
download | postgresql-b041d3e3a17331f9fc76509a577c6ed63067aded.tar.gz postgresql-b041d3e3a17331f9fc76509a577c6ed63067aded.zip |
Attempt threading in this order:
* use non-*_r function names if they are all thread-safe
* (NEED_REENTRANT_FUNCS=no)
* use *_r functions if they exist (configure test)
* do our own locking and copying of non-threadsafe functions
New to this patch is the last option.
Diffstat (limited to 'src/backend/executor/nodeIndexscan.c')
0 files changed, 0 insertions, 0 deletions