mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Include c.h instead of postgres.h in files that need to be usable in
both frontend and backend. Per Andreas Pflug.
This commit is contained in:
@ -16,11 +16,11 @@
|
||||
*
|
||||
* Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
|
||||
*
|
||||
* $PostgreSQL: pgsql/src/port/pgstrcasecmp.c,v 1.1 2004/05/07 00:24:59 tgl Exp $
|
||||
* $PostgreSQL: pgsql/src/port/pgstrcasecmp.c,v 1.2 2004/06/24 18:53:48 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
#include "postgres.h"
|
||||
#include "c.h"
|
||||
|
||||
#include <ctype.h>
|
||||
|
||||
|
Reference in New Issue
Block a user