mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Use NAMEDATALEN instead of local define.
Modify path separators for Win32. Per ideas from Takahiro Itagaki
This commit is contained in:
@ -318,8 +318,8 @@ old_8_3_rebuild_tsvector_tables(migratorContext *ctx, bool check_mode,
|
||||
{
|
||||
PGresult *res;
|
||||
bool db_used = false;
|
||||
char old_nspname[NAMEDATASIZE] = "",
|
||||
old_relname[NAMEDATASIZE] = "";
|
||||
char old_nspname[NAMEDATALEN] = "",
|
||||
old_relname[NAMEDATALEN] = "";
|
||||
int ntups;
|
||||
int rowno;
|
||||
int i_nspname,
|
||||
|
Reference in New Issue
Block a user