Eli Mesika has submitted this change and it was merged.

Change subject: db: removing deprecated GLOBAL from temp table...
......................................................................


db: removing deprecated GLOBAL from temp table...

removing deprecated GLOBAL from temp table creation

Postgres 9.2 makes the GLOBAL keyword in temp table creation deprecated.
http://www.postgresql.org/docs/9.2/static/sql-createtable.html :

TEMPORARY or TEMP :
    Optionally, GLOBAL or LOCAL can be written before TEMPORARY or TEMP.
This presently makes no difference in PostgreSQL and is deprecated; see
Compatibility.

This patch removes this keyword for db code.

Change-Id: I72b6517c32675f36491fea2d15c6026b15dfbf6c
Signed-off-by: Eli Mesika <[email protected]>
---
M packaging/dbscripts/create_functions.sql
M packaging/dbscripts/storages_sp.sql
M packaging/dbscripts/vm_pools_sp.sql
3 files changed, 8 insertions(+), 8 deletions(-)

Approvals:
  Eli Mesika: Verified; Looks good to me, approved



-- 
To view, visit http://gerrit.ovirt.org/26107
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I72b6517c32675f36491fea2d15c6026b15dfbf6c
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Oved Ourfali <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: [email protected]
Gerrit-Reviewer: oVirt Jenkins CI Server
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to