]> granicus.if.org Git - postgresql/commit
When changing select() calls for delays into pg_usleep(), two comments
authorBruce Momjian <bruce@momjian.us>
Tue, 23 Mar 2004 21:39:46 +0000 (21:39 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 23 Mar 2004 21:39:46 +0000 (21:39 +0000)
commit48b2802eeeaa3d0aca615726728c115c00073d5d
tree5cfb8ada95d1dfd99a9c2cd4b95416ec0bf04d58
parent24614a988005a0811198458fc934b87375582168
When changing select() calls for delays into pg_usleep(), two comments
in s_lock.c were not updated, and still refers to select. Made my grep
hit the wrong files, so I figured a simple patch was in order.. (other
refs in the same comment block was changed..)

Magnus Hagander
src/backend/storage/lmgr/s_lock.c