Skip to content

Commit

Permalink
Fix type error of PG_PASSWORD_HISTORY_H macro.
Browse files Browse the repository at this point in the history
Just fix type error PG_PASSWORD_HISTORY_H in this commit.

Authored-by: Zhang Wenchao [email protected]
  • Loading branch information
wenchaozhang-123 authored and my-ship-it committed Dec 10, 2024
1 parent 1a6697e commit 6e93f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/include/catalog/pg_password_history.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6e93f27

Please sign in to comment.