projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a30e15
)
Remove definition of JUMBLE_SIZE from queryjumble.h
author
Michael Paquier
<michael@paquier.xyz>
Wed, 5 Oct 2022 05:27:50 +0000
(14:27 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Wed, 5 Oct 2022 05:27:50 +0000
(14:27 +0900)
The same exists in queryjumble.c, and it is used only locally in this
file so let's remove the definition in the header.
Author: Tatsu Nakamori
Reviewed-by: Tom Lane, Julien Rouhaud
Discussion: https://postgr.es/m/
bb4ebd0412da9b1ac87a5eb2a3646bf1
@oss.nttdata.com
src/include/utils/queryjumble.h
patch
|
blob
|
blame
|
history
diff --git
a/src/include/utils/queryjumble.h
b/src/include/utils/queryjumble.h
index 3c2d9beab21ac7bd08e0a2a48360287d3e7f8b3f..f799fb19e449e186a4f3f70771bec8f7e93f65d2 100644
(file)
--- a/
src/include/utils/queryjumble.h
+++ b/
src/include/utils/queryjumble.h
@@
-16,8
+16,6
@@
#include "nodes/parsenodes.h"
-#define JUMBLE_SIZE 1024 /* query serialization buffer size */
-
/*
* Struct for tracking locations/lengths of constants during normalization
*/