Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0024769Openbravo ERPA. Platformpublic2013-09-14 08:532013-09-17 19:03
shuehner 
shuehner 
normalminorhave not tried
closedfixed 
5
 
3.0MP283.0MP28 
AugustoMauch
Core
No
0024769: More deprecation warnings related to temp-table creation on postgresql >=9.3
Similar to issue 23040 org.openbravo.database.SessionInfo in src-core also creates a temporary table on postgresql using the deprecated keyword 'GLOBAL'.

It should be removed there as well as it is deprecated and does not do anything functionally.
Run install.source and observe postgresql.log file
No tags attached.
related to defect 0023040 closed AugustoMauch Warning in PostgreSQL 9.2 related to a statement in the prescript 
Issue History
2013-09-14 08:53shuehnerNew Issue
2013-09-14 08:53shuehnerAssigned To => shuehner
2013-09-14 08:53shuehnerModules => Core
2013-09-14 08:53shuehnerTriggers an Emergency Pack => No
2013-09-14 08:53shuehnerRelationship addedrelated to 0023040
2013-09-14 08:54shuehnerReview Assigned To => AugustoMauch
2013-09-14 08:54shuehnerTarget Version => 3.0MP28
2013-09-16 09:48hgbotCheckin
2013-09-16 09:48hgbotNote Added: 0061164
2013-09-16 09:48hgbotStatusnew => resolved
2013-09-16 09:48hgbotResolutionopen => fixed
2013-09-16 09:48hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/20ad0998273febae528be8031a6d0a3f86607603 [^]
2013-09-16 10:06AugustoMauchNote Added: 0061165
2013-09-16 10:06AugustoMauchStatusresolved => closed
2013-09-16 10:06AugustoMauchFixed in Version => 3.0MP28
2013-09-17 19:03hudsonbotCheckin
2013-09-17 19:03hudsonbotNote Added: 0061255

Notes
(0061164)
hgbot   
2013-09-16 09:48   
Repository: erp/devel/pi
Changeset: 20ad0998273febae528be8031a6d0a3f86607603
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Sat Sep 14 08:55:54 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/20ad0998273febae528be8031a6d0a3f86607603 [^]

Fixed 24769: Fix deprecation warning on temp table creation.
Remove deprecated global flag from temporary table creation on
postgresql.

---
M src-core/src/org/openbravo/database/SessionInfo.java
---
(0061165)
AugustoMauch   
2013-09-16 10:06   
Code reviewed and verified in pi@20ad0998273f
(0061255)
hudsonbot   
2013-09-17 19:03   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/1c53d622fc50 [^]

Maturity status: Test