]> granicus.if.org Git - postgresql/commit
Make the win32 implementation of getrusage() return EINVAL if being
authorMagnus Hagander <magnus@hagander.net>
Wed, 14 May 2008 07:28:13 +0000 (07:28 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 14 May 2008 07:28:13 +0000 (07:28 +0000)
commit14e6858ff41eea906b8a078c858025bb9e8fa9df
tree37c5debeb34b656efb7d625980e0456cf4ddc829
parent36f0b1cab774ecf701b7fc10161d565c69942331
Make the win32 implementation of getrusage() return EINVAL if being
asked for anything other than RUSAGE_SELF, since it's not supported.

This is never called anywhere in the code today, but might be in
the future.

Not backpatching, since it's not called anywhere today.
src/port/getrusage.c