projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de746e0
)
Fix comment in tableam.c
author
Michael Paquier
<michael@paquier.xyz>
Mon, 5 Jan 2026 10:15:55 +0000
(19:15 +0900)
committer
Michael Paquier
<michael@paquier.xyz>
Mon, 5 Jan 2026 10:15:55 +0000
(19:15 +0900)
Author: shiyu qin <qinshy510@gmail.com>
Discussion: https://postgr.es/m/CAJUCM3uJjoLR1zfKoZD4J71T-hdeFdFw1kTQoMkywKZP0hZsvw@mail.gmail.com
src/backend/access/table/tableam.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/table/tableam.c
b/src/backend/access/table/tableam.c
index 0f7ce6a37f7d4a3d9e7aec21f7f1b3ae8621b034..87491796523e894f8a7b4f27027ed25e057b1d88 100644
(file)
--- a/
src/backend/access/table/tableam.c
+++ b/
src/backend/access/table/tableam.c
@@
-11,7
+11,7
@@
* src/backend/access/table/tableam.c
*
* NOTES
- * Note that most function in here are documented in tableam.h, rather than
+ * Note that most function
s
in here are documented in tableam.h, rather than
* here. That's because there's a lot of inline functions in tableam.h and
* it'd be harder to understand if one constantly had to switch between files.
*