From 71b94417e1b17dd52ba524aa4ed940ca26ddedf5 Mon Sep 17 00:00:00 2001 From: Hiroshi Saito Date: Thu, 28 Dec 2017 21:37:01 +0900 Subject: [PATCH] Fixed typo release document. --- docs/release.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release.html b/docs/release.html index b08cb83..32b122c 100644 --- a/docs/release.html +++ b/docs/release.html @@ -17,7 +17,7 @@ Changes:
  • Add add an option -NoPDB to buildInstallers.ps1.
  • The switch option can be specified so as to exclude PDB files from the installers.
  • Fix a bug in pgdebug_realloc().
  • -
  • Free any data at exec params before the statement is executed again or the next set of parameters is processed. If not, then there will be a memory leak when the next SQLParamData/SQLPutData is called.>/li> +
  • Free any data at exec params before the statement is executed again or the next set of parameters is processed. If not, then there will be a memory leak when the next SQLParamData/SQLPutData is called.
  • Per report from Mihai Giurgeanu
  • Review the level of MYLOG, QLOG.
  • Divide *level 1(detail)* log into *level 1(tuple level)* log and *level 2(detail)* log. -- 2.39.5