|
PostgreSQL Source Code git master
|
#include "postgres.h"#include <fcntl.h>#include <sys/stat.h>#include "common/file_utils.h"#include "port.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
Definition at line 34 of file test_cloexec.c.