This is an automated email from the ASF dual-hosted git repository.
maxyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/main by this push:
new 6e93f27f78 Fix type error of PG_PASSWORD_HISTORY_H macro.
6e93f27f78 is described below
commit 6e93f27f78f8586fdd5d98da4942681e20a5c76a
Author: zhangwenchao <[email protected]>
AuthorDate: Tue Dec 10 10:09:23 2024 +0800
Fix type error of PG_PASSWORD_HISTORY_H macro.
Just fix type error PG_PASSWORD_HISTORY_H in this commit.
Authored-by: Zhang Wenchao [email protected]
---
src/include/catalog/pg_password_history.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/catalog/pg_password_history.h
b/src/include/catalog/pg_password_history.h
index b2812964aa..246ae7d70c 100644
--- a/src/include/catalog/pg_password_history.h
+++ b/src/include/catalog/pg_password_history.h
@@ -15,7 +15,7 @@
*-------------------------------------------------------------------------
*/
#ifndef PG_PASSWORD_HISTORY_H
-#define PG_PASSWROD_HISTORY_H
+#define PG_PASSWORD_HISTORY_H
#include "catalog/genbki.h"
#include "catalog/pg_password_history_d.h"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]