mirror of
https://github.com/postgres/postgres.git
synced 2026-04-22 22:59:54 -04:00
Fix comment in tableam.c
Author: shiyu qin <qinshy510@gmail.com> Discussion: https://postgr.es/m/CAJUCM3uJjoLR1zfKoZD4J71T-hdeFdFw1kTQoMkywKZP0hZsvw@mail.gmail.com
This commit is contained in:
parent
de746e0d2a
commit
877ae5db89
1 changed files with 1 additions and 1 deletions
|
|
@ -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 functions 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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue