36 lines
1.0 KiB
Diff
36 lines
1.0 KiB
Diff
From 0953b4fa77a1d3b1a905111771da9d994a5a0b5b Mon Sep 17 00:00:00 2001
|
|
From: Pavel Raiskup <praiskup@redhat.com>
|
|
Date: Mon, 25 Apr 2016 12:24:31 +0200
|
|
Subject: [PATCH] Hack the expected file only for arm
|
|
|
|
This has been reported upstream:
|
|
http://www.postgresql.org/message-id/1891019.xN52Kdy8p1@nb.usersys.redhat.com
|
|
|
|
Related: rhbz#1330031
|
|
---
|
|
test/expected/declare-fetch-block.out | 10 +++++-----
|
|
1 file changed, 5 insertions(+), 5 deletions(-)
|
|
|
|
diff --git a/test/expected/declare-fetch-block.out b/test/expected/declare-fetch-block.out
|
|
index 2368b59..2f60b3b 100644
|
|
--- a/test/expected/declare-fetch-block.out
|
|
+++ b/test/expected/declare-fetch-block.out
|
|
@@ -2,9 +2,9 @@ connected
|
|
fetchIdx=1, fetched rows=84, total rows=84
|
|
fetchIdx=2, fetched rows=36, total rows=120
|
|
next total rows=120
|
|
-prior total rows=120
|
|
-next total rows=120
|
|
-prior total rows=120
|
|
+prior total rows=20
|
|
+next total rows=0
|
|
+prior total rows=0
|
|
FetchScroll beyond the end failed 100
|
|
-encountered EOF at 120
|
|
-disconnecting
|
|
+FetchScroll the 1st row failed
|
|
+No error information
|
|
--
|
|
2.5.5
|
|
|