mirror of
https://github.com/postgres/postgres.git
synced 2025-04-22 23:02:54 +03:00
Stylistic cleanups...
This commit is contained in:
parent
8999ce097f
commit
50e708ef88
@ -1,8 +1,8 @@
|
|||||||
|
|
||||||
/* the purpose of this file is to reduce the use of #ifdef's through
|
/* the purpose of this file is to reduce the use of #ifdef's through
|
||||||
the code base by those porting the software, an dto facilitate the
|
* the code base by those porting the software, an dto facilitate the
|
||||||
eventual use of autoconf to build the server
|
* eventual use of autoconf to build the server
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef CONFIG_H
|
#ifndef CONFIG_H
|
||||||
#define CONFIG_H
|
#define CONFIG_H
|
||||||
@ -33,13 +33,14 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
The following is used as the arg list for signal handlers. Any ports
|
* The following is used as the arg list for signal handlers. Any ports
|
||||||
that take something other than an int argument should change this in
|
* that take something other than an int argument should change this in
|
||||||
the port specific makefile. Note that variable names are required
|
* the port specific makefile. Note that variable names are required
|
||||||
because it is used in both the prototypes as well as the definitions.
|
* because it is used in both the prototypes as well as the definitions.
|
||||||
Note also the long name. We expect that this won't collide with
|
* Note also the long name. We expect that this won't collide with
|
||||||
other names causing compiler warnings.
|
* other names causing compiler warnings.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef SIGNAL_ARGS
|
#ifndef SIGNAL_ARGS
|
||||||
#define SIGNAL_ARGS int postgres_signal_arg
|
#define SIGNAL_ARGS int postgres_signal_arg
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user