From: | Dave Page <dpage(at)pgadmin(dot)org> |
---|---|
To: | pgadmin-hackers(at)postgresql(dot)org |
Subject: | pgAdmin 4 commit: Cast OIDs to oid not int, otherwise we lose half the |
Date: | 2016-11-11 14:36:44 |
Message-ID: | E1c5Cwe-0004qk-Rg@gothos.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgadmin-hackers |
Cast OIDs to oid not int, otherwise we lose half the range which results in objects not being accessible. Fixes #1951
Branch
------
master
Details
-------
http://git.postgresql.org/gitweb?p=pgadmin4.git;a=commitdiff;h=00d2ab0338a6652148ae6162d800358503329a5e
Author: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Modified Files
--------------
.../databases/casts/templates/cast/sql/9.1_plus/nodes.sql | 2 +-
.../casts/templates/cast/sql/9.1_plus/properties.sql | 2 +-
.../templates/event_triggers/sql/9.3_plus/delete.sql | 2 +-
.../templates/event_triggers/sql/9.3_plus/nodes.sql | 2 +-
.../templates/event_triggers/sql/9.3_plus/properties.sql | 2 +-
.../extensions/templates/extensions/sql/delete.sql | 2 +-
.../extensions/templates/extensions/sql/properties.sql | 2 +-
.../templates/foreign_servers/sql/9.1_plus/delete.sql | 2 +-
.../templates/foreign_servers/sql/9.1_plus/properties.sql | 6 +++---
.../templates/foreign_servers/sql/9.3_plus/delete.sql | 2 +-
.../templates/foreign_servers/sql/9.3_plus/properties.sql | 6 +++---
.../templates/user_mappings/sql/9.1_plus/delete.sql | 2 +-
.../templates/user_mappings/sql/9.1_plus/properties.sql | 4 ++--
.../foreign_data_wrappers/sql/9.1_plus/delete.sql | 2 +-
.../foreign_data_wrappers/sql/9.1_plus/properties.sql | 2 +-
.../foreign_data_wrappers/sql/9.3_plus/delete.sql | 2 +-
.../foreign_data_wrappers/sql/9.3_plus/properties.sql | 2 +-
.../languages/templates/languages/sql/9.1_plus/delete.sql | 2 +-
.../templates/languages/sql/9.1_plus/properties.sql | 2 +-
.../languages/templates/languages/sql/9.3_plus/delete.sql | 2 +-
.../templates/languages/sql/9.3_plus/properties.sql | 2 +-
.../templates/catalog_object/sql/pg/9.1_plus/nodes.sql | 4 ++--
.../catalog_object/sql/pg/9.1_plus/properties.sql | 4 ++--
.../templates/catalog_object/sql/ppas/9.1_plus/nodes.sql | 6 +++---
.../catalog_object/sql/ppas/9.1_plus/properties.sql | 6 +++---
.../templates/collation/sql/9.1_plus/backend_support.sql | 2 +-
.../domains/templates/domains/sql/9.1_plus/delete.sql | 2 +-
.../domains/templates/domains/sql/9.1_plus/properties.sql | 2 +-
.../domains/templates/domains/sql/9.2_plus/delete.sql | 2 +-
.../domains/templates/domains/sql/9.2_plus/properties.sql | 2 +-
.../templates/sequence/sql/9.1_plus/backend_support.sql | 2 +-
.../templates/check_constraint/sql/9.1_plus/get_parent.sql | 4 ++--
.../templates/check_constraint/sql/9.2_plus/get_parent.sql | 4 ++--
.../tables/templates/column/sql/9.1_plus/get_parent.sql | 4 ++--
.../tables/templates/column/sql/9.2_plus/get_parent.sql | 4 ++--
.../exclusion_constraint/sql/9.1_plus/get_parent.sql | 4 ++--
.../exclusion_constraint/sql/9.2_plus/get_parent.sql | 4 ++--
.../exclusion_constraint/sql/9.6_plus/get_parent.sql | 4 ++--
.../tables/templates/foreign_key/sql/get_parent.sql | 4 ++--
.../tables/templates/index/sql/9.1_plus/get_parent.sql | 4 ++--
.../tables/templates/index_constraint/sql/get_parent.sql | 4 ++--
.../templates/table/sql/9.1_plus/backend_support.sql | 2 +-
.../templates/table/sql/9.5_plus/backend_support.sql | 2 +-
.../tables/templates/trigger/sql/9.1_plus/get_parent.sql | 4 ++--
.../schemas/templates/catalog/pg/9.1_plus/sql/nodes.sql | 2 +-
.../templates/catalog/pg/9.1_plus/sql/properties.sql | 2 +-
.../schemas/templates/catalog/pg/9.2_plus/sql/nodes.sql | 2 +-
.../templates/catalog/pg/9.2_plus/sql/properties.sql | 2 +-
.../schemas/templates/catalog/ppas/9.1_plus/sql/nodes.sql | 2 +-
.../templates/catalog/ppas/9.1_plus/sql/properties.sql | 2 +-
.../schemas/templates/catalog/ppas/9.2_plus/sql/nodes.sql | 2 +-
.../templates/catalog/ppas/9.2_plus/sql/properties.sql | 2 +-
.../schemas/templates/schema/pg/9.1_plus/sql/defacl.sql | 2 +-
.../schemas/templates/schema/pg/9.1_plus/sql/nodes.sql | 2 +-
.../templates/schema/pg/9.1_plus/sql/properties.sql | 2 +-
.../schemas/templates/schema/pg/9.2_plus/sql/defacl.sql | 2 +-
.../schemas/templates/schema/pg/9.2_plus/sql/nodes.sql | 2 +-
.../templates/schema/pg/9.2_plus/sql/properties.sql | 2 +-
.../schemas/templates/schema/ppas/9.1_plus/sql/defacl.sql | 2 +-
.../schemas/templates/schema/ppas/9.1_plus/sql/nodes.sql | 2 +-
.../templates/schema/ppas/9.1_plus/sql/properties.sql | 2 +-
.../schemas/templates/schema/ppas/9.2_plus/sql/defacl.sql | 2 +-
.../schemas/templates/schema/ppas/9.2_plus/sql/nodes.sql | 2 +-
.../templates/schema/ppas/9.2_plus/sql/properties.sql | 2 +-
.../templates/resource_groups/sql/delete.sql | 2 +-
.../templates/resource_groups/sql/nodes.sql | 2 +-
.../templates/resource_groups/sql/properties.sql | 2 +-
.../roles/templates/role/sql/post8_4/dependents.sql | 14 +++++++-------
.../roles/templates/role/sql/post9_0/dependents.sql | 14 +++++++-------
.../roles/templates/role/sql/post9_0/properties.sql | 2 +-
.../roles/templates/role/sql/post9_1/dependents.sql | 14 +++++++-------
.../servers/roles/templates/role/sql/post9_1/nodes.sql | 2 +-
.../roles/templates/role/sql/post9_1/properties.sql | 2 +-
.../roles/templates/role/sql/post9_4/dependents.sql | 14 +++++++-------
.../servers/roles/templates/role/sql/post9_4/nodes.sql | 2 +-
.../roles/templates/role/sql/post9_4/properties.sql | 2 +-
.../templates/debugger/sql/get_function_debug_info.sql | 2 +-
.../templates/debugger/sql/v1/get_function_info.sql | 2 +-
.../templates/debugger/sql/v2/get_function_info.sql | 2 +-
.../templates/grant_wizard/pg/9.1_plus/sql/get_schemas.sql | 2 +-
.../grant_wizard/ppas/9.1_plus/sql/get_schemas.sql | 2 +-
.../templates/sqleditor/sql/9.1_plus/primary_keys.sql | 2 +-
82 files changed, 128 insertions(+), 128 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2016-11-11 14:39:13 | Re: PATCH: To fix type casting for OID's (pgAdmin4) |
Previous Message | Dave Page | 2016-11-11 14:25:58 | Re: PATCH: To fix the issue in Debugger module (pgAdmin4) |