Skip to content

Commit 9c51684

Browse files
committed
[#26674] YSQL: fix linter upstream commit hash
Summary: Commit 282778f incorrectly changes upstream_repositories.csv commit hash to the wrong commit. It should point to a yb-pg15 commit, not the commit being cherry-picked. Fix the commit hash. Test Plan: Close: #26674 Jenkins: skip Reviewers: kramanathan, hsunder Reviewed By: kramanathan, hsunder Subscribers: yql Differential Revision: https://phorge.dev.yugabyte.com/D43004
1 parent 1cc7113 commit 9c51684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lint/upstream_repositories.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
local_path,upstream_path,repository,commit
2-
src/postgres,,https://github.com/yugabyte/postgres,a033f9165c2c024756d9cd3033263724d53fd9ef
2+
src/postgres,,https://github.com/yugabyte/postgres,aed0fe08b8b80a38b9b9a3ed9e66f932ec326caa
33
src/postgres/contrib/passwordcheck,passwordcheck_extra,https://github.com/michaelpq/pg_plugins,66a75ea0ca0706bef7b1e17055aa5fd364189fec
44
src/postgres/third-party-extensions/hypopg,,https://github.com/HypoPG/hypopg,97026c0bff16b905c555acdd82e15979fa6b9781
55
src/postgres/third-party-extensions/orafce,,https://github.com/orafce/orafce,6adbd66c429dabb828f10d764d356824efeb8396

0 commit comments

Comments
 (0)