*** /home/jcasanov/Documentos/2ndQuadrant/postgresql/src/test/regress/expected/tablesample.out 2014-12-16 01:10:00.229590530 -0500 --- /home/jcasanov/Documentos/2ndQuadrant/postgresql/src/test/regress/results/tablesample.out 2014-12-16 02:18:43.262035533 -0500 *************** *** 55,62 **** 3 4 5 ! 9 ! (6 rows) SELECT id FROM test_tablesample TABLESAMPLE BERNOULLI (5.5) REPEATABLE (1); id --- 55,61 ---- 3 4 5 ! (5 rows) SELECT id FROM test_tablesample TABLESAMPLE BERNOULLI (5.5) REPEATABLE (1); id *************** *** 65,68 **** 5 (2 rows) - DROP TABLE test_tablesample; --- 64,66 ---- ======================================================================