Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions contrib/pax_storage/src/api/python3/setup-debug.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def abs_path(file_name):
version = '1.0',
description = 'PAXPY is the PYTHON3 API of PAX',
author = 'jiaqizho',
author_email = 'jiaqizho@hashdata.cn',
author_email = 'jiaqizho@apache.org',
url = '-',
ext_modules = [paxpy_module]
)
)
4 changes: 2 additions & 2 deletions contrib/pax_storage/src/api/python3/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def abs_path(file_name):
version = '1.0',
description = 'PAXPY is the PYTHON3 API of PAX',
author = 'jiaqizho',
author_email = 'jiaqizho@hashdata.cn',
author_email = 'jiaqizho@apache.org',
url = '-',
ext_modules = [paxpy_module]
)
)
4 changes: 2 additions & 2 deletions contrib/pax_storage/src/cpp/catalog/manifest_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#pragma once

/*
* abstract interface of hashdata manifest
* abstract interface of manifest
*/

#ifdef __cplusplus
Expand All @@ -42,7 +42,7 @@ extern "C" {
* memory management.
*/

/* hashdata manifest support following data types for fields */
/* manifest support following data types for fields */
typedef enum MetaFieldType
{
Meta_Field_Type_Int = 1,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2690,7 +2690,6 @@ COMMIT;
-- we keep the `CONCURRENTLY` to make the following commands fail,
-- so these commands will not cause deadlock with test create_view,
-- like `drop schema xxx cascade;`.
-- See more details at https://code.hashdata.xyz/cloudberry/cbdb/-/issues/54
REINDEX TABLE CONCURRENTLY pg_class; -- no catalog relation
ERROR: cannot reindex system catalogs concurrently
REINDEX INDEX CONCURRENTLY pg_class_oid_index; -- no catalog index
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2717,7 +2717,6 @@ COMMIT;
-- we keep the `CONCURRENTLY` to make the following commands fail,
-- so these commands will not cause deadlock with test create_view,
-- like `drop schema xxx cascade;`.
-- See more details at https://code.hashdata.xyz/cloudberry/cbdb/-/issues/54
REINDEX TABLE CONCURRENTLY pg_class; -- no catalog relation
ERROR: cannot reindex system catalogs concurrently
REINDEX INDEX CONCURRENTLY pg_class_oid_index; -- no catalog index
Expand Down
1 change: 0 additions & 1 deletion contrib/pax_storage/src/test/regress/sql/create_index.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1111,7 +1111,6 @@ COMMIT;
-- we keep the `CONCURRENTLY` to make the following commands fail,
-- so these commands will not cause deadlock with test create_view,
-- like `drop schema xxx cascade;`.
-- See more details at https://code.hashdata.xyz/cloudberry/cbdb/-/issues/54
REINDEX TABLE CONCURRENTLY pg_class; -- no catalog relation
REINDEX INDEX CONCURRENTLY pg_class_oid_index; -- no catalog index
-- These are the toast table and index of pg_authid.
Expand Down
Loading
Loading