mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +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
|
||||
#include "postgres_fe.h"
|
||||
#define Assert(condition)
|
||||
#else
|
||||
#include "postgres.h"
|
||||
#include "utils/builtins.h"
|
||||
|
@ -7,7 +7,6 @@
|
||||
/* can be used in either frontend or backend */
|
||||
#ifdef FRONTEND
|
||||
#include "postgres_fe.h"
|
||||
#define Assert(condition)
|
||||
#else
|
||||
#include "postgres.h"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user