diff options
author | Bruce Momjian <bruce@momjian.us> | 2006-07-11 16:35:33 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2006-07-11 16:35:33 +0000 |
commit | fa601357fb6c907a8e339b8a2ea7b4a8e2acf212 (patch) | |
tree | dbf1ae363c4d7c83a0f24042c96ee02289b7278f /src/backend/tcop/fastpath.c | |
parent | c469aed1cb4b745bdebd2fed7b87db64bb5310d7 (diff) |
Sort reference of include files, "A" - "F".
Diffstat (limited to 'src/backend/tcop/fastpath.c')
-rw-r--r-- | src/backend/tcop/fastpath.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/tcop/fastpath.c b/src/backend/tcop/fastpath.c index c0ac339eaba..c982b8fb00a 100644 --- a/src/backend/tcop/fastpath.c +++ b/src/backend/tcop/fastpath.c @@ -8,7 +8,7 @@ * * * IDENTIFICATION - * $PostgreSQL: pgsql/src/backend/tcop/fastpath.c,v 1.88 2006/06/14 01:24:14 tgl Exp $ + * $PostgreSQL: pgsql/src/backend/tcop/fastpath.c,v 1.89 2006/07/11 16:35:32 momjian Exp $ * * NOTES * This cruft is the server side of PQfn. @@ -23,8 +23,8 @@ #include "catalog/pg_proc.h" #include "libpq/libpq.h" #include "libpq/pqformat.h" -#include "miscadmin.h" #include "mb/pg_wchar.h" +#include "miscadmin.h" #include "tcop/fastpath.h" #include "tcop/tcopprot.h" #include "utils/acl.h" |