You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/08/09 03:34:12 UTC

[inlong] branch master updated (9c4deea78 -> e7d22ee4d)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/inlong.git


    from 9c4deea78 [INLONG-5386][TubeMQ] Supports reporting metrics data through Prometheus (#5414)
     add e7d22ee4d [INLONG-5411][Manager] Optimize the creation code of databases and tables of PostgreSQL (#5412)

No new revisions were added by this update.

Summary of changes:
 .../pojo/sink/postgresql/PostgreSQLColumnInfo.java |   8 +-
 .../pojo/sink/postgresql/PostgreSQLTableInfo.java  |  11 +
 .../sink/postgresql/PostgreSQLJdbcUtils.java       | 234 +++++++++++++------
 .../postgresql/PostgreSQLResourceOperator.java     |  82 +++----
 .../sink/postgresql/PostgreSQLSqlBuilder.java      | 255 +++++++++++++++++----
 .../service/sink/PostgreSQLSinkServiceTest.java    |  97 ++++----
 6 files changed, 478 insertions(+), 209 deletions(-)