Skip to content

Commit

Permalink
Update 8.3 patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
theory committed Jan 28, 2013
1 parent a2d10f5 commit 26c3e0f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions compat/install-8.3.patch
@@ -1,5 +1,5 @@
--- sql/pgtap.sql.saf 2013-01-15 12:09:45.000000000 -0800
+++ sql/pgtap.sql 2013-01-15 12:10:18.000000000 -0800
--- sql/pgtap.sql.saf 2013-01-28 11:20:18.000000000 -0800
+++ sql/pgtap.sql 2013-01-28 11:21:00.000000000 -0800
@@ -9,6 +9,11 @@
RETURNS text AS 'SELECT current_setting(''server_version'')'
LANGUAGE SQL IMMUTABLE;
Expand All @@ -12,7 +12,7 @@
CREATE OR REPLACE FUNCTION pg_version_num()
RETURNS integer AS $$
SELECT s.a[1]::int * 10000
@@ -6302,7 +6307,7 @@
@@ -6306,7 +6311,7 @@
FETCH want INTO want_rec;
want_found := FOUND;
WHILE have_found OR want_found LOOP
Expand All @@ -21,7 +21,7 @@
RETURN ok( false, $3 ) || E'\n' || diag(
' Results differ beginning at row ' || rownum || E':\n' ||
' have: ' || CASE WHEN have_found THEN have_rec::text ELSE 'NULL' END || E'\n' ||
@@ -6459,7 +6464,7 @@
@@ -6463,7 +6468,7 @@
FETCH want INTO want_rec;
want_found := FOUND;
WHILE have_found OR want_found LOOP
Expand All @@ -30,7 +30,7 @@
RETURN ok( true, $3 );
ELSE
FETCH have INTO have_rec;
@@ -6668,13 +6673,7 @@
@@ -6672,13 +6677,7 @@
$$ LANGUAGE sql;

-- collect_tap( tap, tap, tap )
Expand All @@ -45,7 +45,7 @@
RETURNS TEXT AS $$
SELECT array_to_string($1, E'\n');
$$ LANGUAGE sql;
@@ -7146,7 +7145,7 @@
@@ -7154,7 +7153,7 @@
rec RECORD;
BEGIN
EXECUTE _query($1) INTO rec;
Expand Down

0 comments on commit 26c3e0f

Please sign in to comment.