[Pgbigm-hackers] Full text search regression tests

Back to archive index

Beena Emerson memis****@gmail*****
2013年 9月 20日 (金) 19:08:08 JST


I checked the pg_bigm functions with standard_conforming_strings disabled.
All the functions work as expected.
The escape string syntax like E'\\' should be used as the arguments to
pg_bigm functions.
If the escape string syntax is not used then a warning is thrown, but there
is no change in result returned.

=# SELECT show_bigm('\\');
WARNING:  nonstandard use of \\ in a string literal at character 18
   show_bigm
---------------
 {" \\","\\ "}
(1 row)

The attached patch has the following updates:
- enable standard_conforming_strings before running the tests.
- add few tests with standard_conforming_strings disabled

Beena Emerson
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
Download 
-------------- next part --------------
$B%F%-%9%H7A<00J30$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
$B%U%!%$%kL>(B: bigm-regression-tests-v2.patch
$B7?(B:         application/octet-stream
$B%5%$%:(B:     27121 $B%P%$%H(B
$B @ bL@(B:       $BL5$7(B
URL:        http://lists.sourceforge.jp/mailman/archives/pgbigm-hackers/attachments/20130920/eea0e380/attachment-0001.obj 



Pgbigm-hackers メーリングリストの案内
Back to archive index