Skip to content

Commit

Permalink
update PSQL version to 12.17
Browse files Browse the repository at this point in the history
Signed-off-by: Isabella Basso do Amaral <[email protected]>
  • Loading branch information
isinyaaa committed Feb 20, 2024
1 parent 3707c62 commit e12ca60
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ http_archive(
name = "postgresql",
build_file = "//ml_metadata:postgresql.BUILD",
workspace_file_content = "//ml_metadata:postgresql.WORKSPACE",
sha256 = "9868c1149a04bae1131533c5cbd1c46f9c077f834f6147abaef8791a7c91b1a1",
strip_prefix = "postgresql-12.1",
sha256 = "1cb8e3a59861be5175878159fc3a41240c379e9aabaabba8288e6cfd6980fff0",
strip_prefix = "postgresql-12.17",
urls = [
"https://ftp.postgresql.org/pub/source/v12.1/postgresql-12.1.tar.gz",
"https://ftp.postgresql.org/pub/source/v12.17/postgresql-12.17.tar.gz",
],
)

Expand Down
8 changes: 4 additions & 4 deletions ml_metadata/postgresql.BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1176,7 +1176,7 @@ genrule(
"#define PACKAGE_NAME \"PostgreSQL\"",
"",
"/* Define to the full name and version of this package. */",
"#define PACKAGE_STRING \"PostgreSQL 12.1\"",
"#define PACKAGE_STRING \"PostgreSQL 12.17\"",
"",
"/* Define to the one symbol short name of this package. */",
"#define PACKAGE_TARNAME \"postgresql\"",
Expand All @@ -1185,7 +1185,7 @@ genrule(
"#define PACKAGE_URL \"\"",
"",
"/* Define to the version of this package. */",
"#define PACKAGE_VERSION \"12.1\"",
"#define PACKAGE_VERSION \"12.17\"",
"",
"/* Define to the name of a signed 128-bit integer type. */",
"#define PG_INT128_TYPE __int128",
Expand All @@ -1204,13 +1204,13 @@ genrule(
"#define PG_PRINTF_ATTRIBUTE printf",
"",
"/* PostgreSQL version as a string */",
"#define PG_VERSION \"12.1\"",
"#define PG_VERSION \"12.17\"",
"",
"/* PostgreSQL version as a number */",
"#define PG_VERSION_NUM 120001",
"",
"/* A string containing the version number, platform, and C compiler */",
"#define PG_VERSION_STR \"PostgreSQL 12.1 on x86_64-apple-darwin19.2.0, compiled by Apple clang version 11.0.0 (clang-1100.0.33.17), 64-bit\"",
"#define PG_VERSION_STR \"PostgreSQL 12.17 on x86_64-apple-darwin19.2.0, compiled by Apple clang version 11.0.0 (clang-1100.0.33.17), 64-bit\"",
"",
"/* Define to 1 to allow profiling output to be saved separately for each",
" process. */",
Expand Down

0 comments on commit e12ca60

Please sign in to comment.