Commit 3717f083 authored by Andrew Dunstan's avatar Andrew Dunstan

Tidy up from frontend Assert change.

Quiet compiler warnings noted by Peter Eisentraut.
parent c1f856a1
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment