mirror of
https://github.com/postgres/postgres.git
synced 2026-05-25 02:40:42 -04:00
Tidy up from frontend Assert change.
Quiet compiler warnings noted by Peter Eisentraut.
This commit is contained in:
parent
c1f856a17f
commit
3717f0837b
2 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue