1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-31 17:02:12 +03:00

Remove use of "miscadmin.h" in port C files and remove test for frontend

in miscadmin.h.
This commit is contained in:
Bruce Momjian
2004-10-18 19:08:58 +00:00
parent cd8db9532b
commit b3fe6bcafe
3 changed files with 3 additions and 9 deletions

View File

@@ -7,7 +7,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/port/exec.c,v 1.29 2004/10/07 15:21:57 momjian Exp $
* $PostgreSQL: pgsql/src/port/exec.c,v 1.30 2004/10/18 19:08:58 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@@ -26,8 +26,6 @@
#include <unistd.h>
#endif
#include "miscadmin.h"
#define _(x) gettext(x)
#ifndef S_IRUSR /* XXX [TRH] should be in a header */