mirror of
https://github.com/postgres/postgres.git
synced 2025-08-08 06:02:22 +03:00
Win32 related patch by Darko Prenosil. Small correct by teodor
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
#ifndef __TS_CFG_H__
|
||||
#define __TS_CFG_H__
|
||||
|
||||
#include "postgres.h"
|
||||
#include "query.h"
|
||||
|
||||
|
||||
typedef struct
|
||||
{
|
||||
int len;
|
||||
@@ -32,11 +34,11 @@ typedef struct
|
||||
} pos;
|
||||
char *word;
|
||||
uint32 alen;
|
||||
} WORD;
|
||||
} TSWORD;
|
||||
|
||||
typedef struct
|
||||
{
|
||||
WORD *words;
|
||||
TSWORD *words;
|
||||
int4 lenwords;
|
||||
int4 curwords;
|
||||
int4 pos;
|
||||
|
Reference in New Issue
Block a user