mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +08:00
Tidy up from frontend Assert change.
Quiet compiler warnings noted by Peter Eisentraut.
This commit is contained in:
parent
c1f856a17f
commit
3717f0837b
@ -6,7 +6,6 @@
|
|||||||
*/
|
*/
|
||||||
#ifdef FRONTEND
|
#ifdef FRONTEND
|
||||||
#include "postgres_fe.h"
|
#include "postgres_fe.h"
|
||||||
#define Assert(condition)
|
|
||||||
#else
|
#else
|
||||||
#include "postgres.h"
|
#include "postgres.h"
|
||||||
#include "utils/builtins.h"
|
#include "utils/builtins.h"
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
/* can be used in either frontend or backend */
|
/* can be used in either frontend or backend */
|
||||||
#ifdef FRONTEND
|
#ifdef FRONTEND
|
||||||
#include "postgres_fe.h"
|
#include "postgres_fe.h"
|
||||||
#define Assert(condition)
|
|
||||||
#else
|
#else
|
||||||
#include "postgres.h"
|
#include "postgres.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user