prestogres 0.4.6 → 0.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +8 -8
- data/ChangeLog +5 -0
- data/VERSION +1 -1
- data/pgpool2/pool_rewrite_query.c +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YzFiNzUyZWQwMmI0MjE3YWNmMDI3OWJiYTAyODUzY2RlNTdmZGM1Ng==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
ZjNlMDg4Y2YzNzc1Yzc4NDM3MmQzNDI2NWI1NmMwNzU4Zjg2MWI4NQ==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YjExMTk2NmFkMTM0M2UwZjNjZWJiOGUyNjY2MjQ3MTU4YmIwNGI1ZWNiNWE5
|
|
10
|
+
NTc1ZjU4MzhkNjNmOTFlY2I5Yjg4OTQ5OGY5NDA2ZGQ0OTBhZjdhMmYwNzdl
|
|
11
|
+
MWRhZjE4N2M1YzI4MDUyNzg2NzAxZTExNTNhMGEyYWI3YjZkNjc=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OWExMzcyNjE2YzRmODI4MzhiNTU4YjEyNmUxMjc0MWE3NGI3MjhkYTU5OGM0
|
|
14
|
+
MDczMzA1NmE4YWY4Mjk4YTJlZjQxZWQ5N2FhOWVjMmM5NjFjODM4ZDYwN2Yw
|
|
15
|
+
N2Y1ZDljOGQ1MmJlNzVmN2Q0NjcwNmRmZjEzNzgzYmQ5MDY0YzQ=
|
data/ChangeLog
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.4.
|
|
1
|
+
0.4.7
|
|
@@ -758,7 +758,7 @@ bool pool_regexp_extract(const char* regexp, pool_regexp_context* context, char*
|
|
|
758
758
|
|
|
759
759
|
if (context->pattern == NULL) {
|
|
760
760
|
pcre* pattern;
|
|
761
|
-
pattern = pcre_compile(regexp, PCRE_CASELESS | PCRE_UTF8,
|
|
761
|
+
pattern = pcre_compile(regexp, PCRE_CASELESS | PCRE_UTF8 | PCRE_DOTALL,
|
|
762
762
|
&context->errptr, &context->erroffset, NULL);
|
|
763
763
|
if (pattern == NULL) {
|
|
764
764
|
pool_error("regexp_match: invalid regexp %s at %d", context->errptr, context->erroffset);
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: prestogres
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sadayuki Furuhashi
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-06-
|
|
11
|
+
date: 2014-06-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|