db8cb73458
Major enhancements in PostgreSQL 10 include: Logical replication using publish/subscribe Declarative table partitioning Improved query parallelism Significant general performance improvements Stronger password authentication based on SCRAM-SHA-256 Improved monitoring and control The above items are explained in more detail in the sections below.
13 lines
387 B
Text
13 lines
387 B
Text
$NetBSD: patch-config_missing,v 1.1 2017/10/23 20:33:49 adam Exp $
|
|
|
|
--- config/missing.orig 2012-10-05 12:14:55.000000000 +0000
|
|
+++ config/missing
|
|
@@ -40,7 +40,7 @@ pre-packaged $1 output.
|
|
ERROR: Perl is missing on your system. It is needed unless you are building
|
|
from an unmodified official distribution of PostgreSQL.
|
|
***" >&2
|
|
- exit 1
|
|
+ exit 0
|
|
;;
|
|
|
|
*)
|