postgresql/src/backend/tcop
Thomas Munro 36b3d52459 Remove configure probe for sys/resource.h and refactor.
<sys/resource.h> is in SUSv2 and is on all targeted Unix systems.  We
have a replacement for getrusage() on Windows, so let's just move its
declarations into src/include/port/win32/sys/resource.h so that we can
use a standard-looking #include.  Also remove an obsolete reference to
CLK_TCK.  Also rename src/port/getrusage.c to win32getrusage.c,
following the convention for Windows-only fallback code.

Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>
Discussion: https://postgr.es/m/CA%2BhUKG%2BL_3brvh%3D8e0BW_VfX9h7MtwgN%3DnFHP5o7X2oZucY9dg%40mail.gmail.com
2022-08-14 00:09:47 +12:00
..
Makefile Represent command completion tags as structs 2020-03-02 18:19:51 -03:00
cmdtag.c Add 'static' to file-local variables missing it. 2022-05-12 12:39:33 -07:00
dest.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
fastpath.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
postgres.c Remove configure probe for sys/resource.h and refactor. 2022-08-14 00:09:47 +12:00
pquery.c Add support for MERGE SQL command 2022-03-28 16:47:48 +02:00
utility.c Rename pg_checkpointer predefined role to pg_checkpoint. 2022-07-05 13:31:42 -04:00