1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-11 10:01:57 +03:00

tableam: Comment fixes.

Author: Haribabu Kommi
Discussion: CAJrrPGeeYOqP3hkZyohDx_8dot4zvPuPMDBmhJ=iC85cTBNeYw@mail.gmail.com
This commit is contained in:
Andres Freund
2019-03-29 08:16:35 -07:00
parent a7cc52370b
commit ffa8444ce4
2 changed files with 7 additions and 7 deletions

View File

@ -12,7 +12,7 @@
*
*
* NOTES
* This files wires up the lower level heapam.c et routines with the
* This files wires up the lower level heapam.c et al routines with the
* tableam abstraction.
*
*-------------------------------------------------------------------------