Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
Fix a bug that could cause a NOTICE to be displayed when rendering FT…
Browse files Browse the repository at this point in the history
…S Configurations in the tree.
  • Loading branch information
dpage committed Feb 22, 2013
1 parent d92556c commit 8512cc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ Changes

Date Dev Ver Change details
---------- --- ------ --------------
2013-02-22 DP 1.16.2 Fix a bug that could cause a NOTICE to be displayed
when rendering FTS Configurations in the tree.
2013-02-07 DP 1.16.2 Don't try to display dependents or dependencies for
pgAgent jobs, schedules or steps.
2013-02-06 DP 1.16.2 Fix the handling of expiry times when modifying roles.
Expand Down
7 changes: 0 additions & 7 deletions pgadmin/schema/pgTextSearchConfiguration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -241,13 +241,6 @@ pgObject *pgTextSearchConfigurationFactory::CreateObjects(pgCollection *collecti
maps->MoveNext();
}

if (tokenToAdd.Length() > 0 &&
!tokenToAdd.BeforeFirst('/').IsSameAs(maps->GetVal(wxT("tokenalias")), false))
{
config->GetTokens().Add(tokenToAdd);
tokenToAdd = wxT("");
}

delete maps;
}

Expand Down

0 comments on commit 8512cc0

Please sign in to comment.