Explore Enterprise Education Gitee Premium Gitee AI AI teammates
Fetch the repository succeeded.
forked from IvorySQL/IvorySQL
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
Already have an account? Sign in
master
Branches (47)
Tags (571)
master
IVORY_REL_5_STABLE
IVORY_REL_2_STABLE
coderabbitai/docstrings/e7d0b3a
IVORY_REL_4_STABLE
IVORYSQL_REL_1_STABLE
IVORYSQL_REL_1_PERF
revert-749-ora_rowid
IVORY_REL_3_STABLE
revert-668-merge_pg_master
revert-281-Unified6
revert-256-master
IVORY_REL_1_STABLE
REL_15_STABLE
REL_13_STABLE
REL_14_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
IvorySQL_5.0
IvorySQL_4.6
IvorySQL_4.5.3
IvorySQL_4.5.2
IvorySQL_4.5.1
IvorySQL_4.5
IvorySQL_1.17
IvorySQL_4.4
IvorySQL_4.2
IvorySQL_4.0
Ivory_REL_1_8
IvorySQL_3.4
IvorySQL_3.3
IvorySQL_3.2
IvorySQL_3.1
IvorySQL_3.0
Ivorysql_3.0_Beta
Ivory_REL_2_3
Ivory_REL_2_2
Ivory_REL_2_1
master
Branches (47)
Tags (571)
master
IVORY_REL_5_STABLE
IVORY_REL_2_STABLE
coderabbitai/docstrings/e7d0b3a
IVORY_REL_4_STABLE
IVORYSQL_REL_1_STABLE
IVORYSQL_REL_1_PERF
revert-749-ora_rowid
IVORY_REL_3_STABLE
revert-668-merge_pg_master
revert-281-Unified6
revert-256-master
IVORY_REL_1_STABLE
REL_15_STABLE
REL_13_STABLE
REL_14_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
IvorySQL_5.0
IvorySQL_4.6
IvorySQL_4.5.3
IvorySQL_4.5.2
IvorySQL_4.5.1
IvorySQL_4.5
IvorySQL_1.17
IvorySQL_4.4
IvorySQL_4.2
IvorySQL_4.0
Ivory_REL_1_8
IvorySQL_3.4
IvorySQL_3.3
IvorySQL_3.2
IvorySQL_3.1
IvorySQL_3.0
Ivorysql_3.0_Beta
Ivory_REL_2_3
Ivory_REL_2_2
Ivory_REL_2_1
Clone or Download
Clone/Download
Prompt
To download the code, please copy the following command and execute it in the terminal
To ensure that your submitted code identity is correctly recognized by Gitee, please execute the following command.
When using the SSH protocol for the first time to clone or push code, follow the prompts below to complete the SSH configuration.
1 Generate RSA keys.
2 Obtain the content of the RSA public key and configure it in SSH Public Keys
To use SVN on Gitee, please visit the usage guide
When using the HTTPS protocol, the command line will prompt for account and password verification as follows. For security reasons, Gitee recommends configure and use personal access tokens instead of login passwords for cloning, pushing, and other operations.
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # Private Token
master
Branches (47)
Tags (571)
master
IVORY_REL_5_STABLE
IVORY_REL_2_STABLE
coderabbitai/docstrings/e7d0b3a
IVORY_REL_4_STABLE
IVORYSQL_REL_1_STABLE
IVORYSQL_REL_1_PERF
revert-749-ora_rowid
IVORY_REL_3_STABLE
revert-668-merge_pg_master
revert-281-Unified6
revert-256-master
IVORY_REL_1_STABLE
REL_15_STABLE
REL_13_STABLE
REL_14_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
IvorySQL_5.0
IvorySQL_4.6
IvorySQL_4.5.3
IvorySQL_4.5.2
IvorySQL_4.5.1
IvorySQL_4.5
IvorySQL_1.17
IvorySQL_4.4
IvorySQL_4.2
IvorySQL_4.0
Ivory_REL_1_8
IvorySQL_3.4
IvorySQL_3.3
IvorySQL_3.2
IvorySQL_3.1
IvorySQL_3.0
Ivorysql_3.0_Beta
Ivory_REL_2_3
Ivory_REL_2_2
Ivory_REL_2_1
contribute
Sync branch
See difference Through Pull Request Sync
Sync branch
Through Pull Request Sync
A Pull Request will be created to the current
branch and will be merged in to complete the sync
File empty ...
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README
Postgres Continuous Integration (CI)
====================================
Postgres has two forms of CI:
1) All supported branches in the main postgres repository are continuously
 tested via the buildfarm. As this covers only the main repository, it
 cannot be used during development of features.
 For details see https://buildfarm.postgresql.org/
2) For not yet merged development work, CI can be enabled for some git hosting
 providers. This allows developers to test patches on a number of platforms
 before they are merged (or even submitted).
Configuring CI on personal repositories
=======================================
Currently postgres contains CI support utilizing cirrus-ci. cirrus-ci
currently is only available for github.
Enabling cirrus-ci in a github repository
=========================================
To enable cirrus-ci on a repository, go to
https://github.com/marketplace/cirrus-ci and select "Public
Repositories". Then "Install it for free" and "Complete order". The next page
allows to configure which repositories cirrus-ci has access to. Choose the
relevant repository and "Install".
See also https://cirrus-ci.org/guide/quick-start/
Once enabled on a repository, future commits and pull-requests in that
repository will automatically trigger CI builds. These are visible from the
commit history / PRs, and can also be viewed in the cirrus-ci UI at
https://cirrus-ci.com/github/<username>/<reponame>/
Hint: all build log files are uploaded to cirrus-ci and can be downloaded
from the "Artifacts" section from the cirrus-ci UI after clicking into a
specific task on a build's summary page.
Images used for CI
==================
To keep CI times tolerable, most platforms use pre-generated images. Some
platforms use containers, others use full VMs. Images for both are generated
separately from CI runs, otherwise each git repository that is being tested
would need to build its own set of containers, which would be wasteful (both
in space and time.
These images are built, on a daily basis, from the specifications in
github.com/anarazel/pg-vm-images/
Controlling CI via commit messages
==================================
The behavior of CI can be controlled by special content in commit
messages. Currently the following controls are available:
- ci-os-only: {(freebsd|linux|macos|mingw|netbsd|openbsd|windows)}
 Only runs CI on operating systems specified. This can be useful when
 addressing portability issues affecting only a subset of platforms.
Using custom compute resources for CI
=====================================
When running a lot of tests in a repository, cirrus-ci's free credits do not
suffice. In those cases a repository can be configured to use other
infrastructure for running tests. To do so, the REPO_CI_CONFIG_GIT_URL
variable can be configured for the repository in the cirrus-ci web interface,
at https://cirrus-ci.com/github/<user or organization>. The file referenced
(see https://cirrus-ci.org/guide/programming-tasks/#fs) by the variable can
overwrite the default execution method for different operating systems,
defined in .cirrus.yml, by redefining the relevant yaml anchors.
Custom compute resources can be provided using
- https://cirrus-ci.org/guide/supported-computing-services/
- https://cirrus-ci.org/guide/persistent-workers/
Report
Report success
We will send you the feedback within 2 working days through the letter!
Please fill in the reason for the report carefully. Provide as detailed a description as possible.
Please select a report type
Cancel
Send
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

About

No description
No labels
README
Apache-2.0
Use Apache-2.0
Cancel

Releases

No release

Contributors

All

Activities

can not load any more
Edit
About
Homepage
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/gersa/IvorySQL.git
git@gitee.com:gersa/IvorySQL.git
gersa
IvorySQL
IvorySQL
master
Going to Help Center

Search

Comment
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register

AltStyle によって変換されたページ (->オリジナル) /