Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit ae36e0d

Browse files
committed
Update tsearch include location in example.
Oleg.
1 parent 17aae41 commit ae36e0d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/src/sgml/textsearch.sgml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.16 2007/09/04 03:46:36 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/textsearch.sgml,v 1.17 2007/09/14 13:21:30 momjian Exp $ -->
22

33
<chapter id="textsearch">
44
<title id="textsearch-title">Full Text Search</title>
@@ -2491,9 +2491,9 @@ $ psql DBNAME < dict_intdict.sql
24912491
PG_MODULE_MAGIC;
24922492
#endif
24932493

2494-
#include "utils/ts_locale.h"
2495-
#include "utils/ts_public.h"
2496-
#include "utils/ts_utils.h"
2494+
#include "tsearch/ts_locale.h"
2495+
#include "tsearch/ts_public.h"
2496+
#include "tsearch/ts_utils.h"
24972497

24982498
typedef struct {
24992499
int maxlen;

0 commit comments

Comments
 (0)