projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
231ff70
)
Remove unused macro
author
Peter Eisentraut
Tue, 26 Dec 2023 19:13:11 +0000
(20:13 +0100)
committer
Peter Eisentraut
Tue, 26 Dec 2023 19:13:11 +0000
(20:13 +0100)
Usage was removed in
6c5576075b
but the definition was not removed.
src/backend/utils/mb/conversion_procs/euc_tw_and_big5/euc_tw_and_big5.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/mb/conversion_procs/euc_tw_and_big5/euc_tw_and_big5.c
b/src/backend/utils/mb/conversion_procs/euc_tw_and_big5/euc_tw_and_big5.c
index 89ab5d1157199f8ba6d8b6277ad2ab9992610522..2f11c146ba6959c53889ad07b906ef7e429ac379 100644
(file)
--- a/
src/backend/utils/mb/conversion_procs/euc_tw_and_big5/euc_tw_and_big5.c
+++ b/
src/backend/utils/mb/conversion_procs/euc_tw_and_big5/euc_tw_and_big5.c
@@
-15,8
+15,6
@@
#include "fmgr.h"
#include "mb/pg_wchar.h"
-#define ENCODING_GROWTH_RATE 4
-
PG_MODULE_MAGIC;
PG_FUNCTION_INFO_V1(euc_tw_to_big5);