pgsql: Remove too demanding test - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove too demanding test
Date
Msg-id E1sOZ7y-0000uo-Pk@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Remove too demanding test

Remove the test from commit 9c2e660b07.  This test ends up allocating
quite a bit of memory, which can make the test fail with out of memory
errors on some build farm machines.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/da3ea048ca568f570cb579c090cf1a84554b8bec

Modified Files
--------------
src/test/regress/expected/prepare.out | 5 -----
src/test/regress/sql/prepare.sql      | 3 ---
2 files changed, 8 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix overflow in parsing of positional parameter
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Use safe string copy routine