Larry Rosenman <[EMAIL PROTECTED]> writes: >> But, with shared libraries, are you really pulling in a "whole >> thread-support library"? > Yes, you are. On UnixWare, you need to add -Kthread, which CHANGES a LOT > of primitives to go through threads wrappers and scheduling. Right, it's not so much that we care about referencing another shlib, it's that -lpthreads may cause you to get a whole new thread-aware version of libc, with attendant overhead that we don't need or want. regards, tom lane ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster
- Re: [HACKERS] Allowing WAL fsync to be done via O_SYNC Alfred Perlstein
- Re[2]: [HACKERS] Allowing WAL fsync to be done via O_SY... Xu Yifeng
- Re: Re[2]: [HACKERS] Allowing WAL fsync to be done... Alfred Perlstein
- Re[4]: [HACKERS] Allowing WAL fsync to be done... Xu Yifeng
- Re: Re[4]: [HACKERS] Allowing WAL fsync to... Alfred Perlstein
- Re: Re[4]: [HACKERS] Allowing WAL fsync to... Tom Lane
- Re: Re[4]: [HACKERS] Allowing WAL fsync to... Alfred Perlstein
- Re: Re[4]: [HACKERS] Allowing WAL fsync to... Tom Lane
- Re: Re[4]: [HACKERS] Allowing WAL fsync to... The Hermit Hacker
- Re: Re[4]: [HACKERS] Allowing WAL fsync to... Larry Rosenman
- Re: Re[4]: [HACKERS] Allowing WAL fsync to... Tom Lane
- Re: Re[4]: [HACKERS] Allowing WAL fsync to... Bruce Momjian
- Re: Re[4]: [HACKERS] Allowing WAL fsync to... Alfred Perlstein
- Re: [HACKERS] Allowing WAL fsync to be don... William K. Volkman
- Re: [HACKERS] Allowing WAL fsync to be don... Alfred Perlstein
- Re: [HACKERS] Allowing WAL fsync to be don... Tom Lane
- Re: [HACKERS] Allowing WAL fsync to be don... Larry Rosenman
- Re: [HACKERS] Allowing WAL fsync to be don... Alfred Perlstein
- Re: [HACKERS] Allowing WAL fsync to be don... Tom Lane
- Re: [HACKERS] Allowing WAL fsync to be don... Bruce Momjian
- Re: Re[4]: [HACKERS] Allowing WAL fsync to... Doug McNaught