pgAdmin 4 commit: Cast OIDs to oid not int, otherwise we lose half the

Поиск
Список
Период
Сортировка
От Dave Page
Тема pgAdmin 4 commit: Cast OIDs to oid not int, otherwise we lose half the
Дата
Msg-id E1c5Cwe-0004qk-Rg@gothos.postgresql.org
обсуждение исходный текст
Список 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.zabuawala@enterprisedb.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(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: PATCH: To fix the issue in Debugger module (pgAdmin4)
Следующее
От: Dave Page
Дата:
Сообщение: Re: PATCH: To fix type casting for OID's (pgAdmin4)