diff options
| author | Tom Lane | 2007-09-23 15:58:58 +0000 |
|---|---|---|
| committer | Tom Lane | 2007-09-23 15:58:58 +0000 |
| commit | 33b9c8bd680ff0159cd17d50931075a44c89d96a (patch) | |
| tree | c61e933a2a383cb0ffe6a4be39a60494a83885e6 /src/backend | |
| parent | 71256875114c8c51ac9f36841943ab654f50b646 (diff) | |
Temporarily modify tsearch regression tests to suppress notice that comes
out at erratic times, because it is creating a totally unacceptable level
of noise in our buildfarm results. This patch can be reverted when and if
the code is fixed to not issue notices during cache reload events.
Diffstat (limited to 'src/backend')
| -rw-r--r-- | src/backend/tsearch/thesaurus_sample.ths | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/backend/tsearch/thesaurus_sample.ths b/src/backend/tsearch/thesaurus_sample.ths index b83d8f1452..77a32a75d0 100644 --- a/src/backend/tsearch/thesaurus_sample.ths +++ b/src/backend/tsearch/thesaurus_sample.ths @@ -14,5 +14,4 @@ two : *2 supernovae stars : *sn supernovae : *sn booking tickets : order invitation cards -booking the tickets : order invitation Cards - +# booking the tickets : order invitation Cards |
