Skip to content
Snippets Groups Projects
Commit 86a2c259 authored by Tom Lane's avatar Tom Lane
Browse files

Suppress compiler warning in MULTIBYTE code.

parent bdb72d87
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.78 2001/01/14 22:21:54 tgl Exp $
* $Header: /cvsroot/pgsql/src/backend/utils/init/postinit.c,v 1.79 2001/01/19 06:57:25 tgl Exp $
*
*
*-------------------------------------------------------------------------
......@@ -29,6 +29,7 @@
#include "catalog/catname.h"
#include "catalog/pg_database.h"
#include "commands/trigger.h"
#include "commands/variable.h" /* for set_default_client_encoding() */
#include "miscadmin.h"
#include "storage/backendid.h"
#include "storage/proc.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment