9.0 includes more major features than any release before it, including: * Hot standby * Streaming replication * In-place upgrades * 64-bit Windows builds * Easy mass permissions management * Anonymous blocks and named parameter calls for stored procedures * New windowing functions and ordered aggregates ... and many more. For details on the over 200 additions and improvements in this version, developed by over a hundred contributors, please see the release notes.
13 lines
422 B
Text
13 lines
422 B
Text
$NetBSD: patch-ao,v 1.1.1.1 2010/09/21 07:50:46 adam Exp $
|
|
|
|
--- contrib/dblink/dblink.c.orig 2010-07-06 19:18:54.000000000 +0000
|
|
+++ contrib/dblink/dblink.c
|
|
@@ -59,7 +59,7 @@
|
|
#include "utils/array.h"
|
|
#include "utils/builtins.h"
|
|
#include "utils/dynahash.h"
|
|
-#include "utils/fmgroids.h"
|
|
+#include "postgresql/server/utils/fmgroids.h"
|
|
#include "utils/hsearch.h"
|
|
#include "utils/lsyscache.h"
|
|
#include "utils/memutils.h"
|