blob: e95ca5e86bd9a63c839a2cc15b77e4180f378b95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*-------------------------------------------------------------------------
*
* path.h
*
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 2010-2011 Nippon Telegraph and Telephone Corporation
*
* $PostgreSQL$
*
*-------------------------------------------------------------------------
*/
#include "gtm/gtm_c.h"
extern void canonicalize_path(char *path);
|