1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Fix typos in commit 8586bf7ed8.

Author: Amit Kapila
Discussion: https://postgr.es/m/CAA4eK1KNv1Mg2krf4E9ssWFnE=8A9mZ1VbVywXBZTFSzb+wP2g@mail.gmail.com
This commit is contained in:
Amit Kapila
2019-03-11 08:16:14 +05:30
committed by Andres Freund
parent af38498d4c
commit a6e48da088
3 changed files with 5 additions and 5 deletions

View File

@ -1680,7 +1680,7 @@ InitTableAmRoutine(Relation relation)
}
/*
* Initialize table access method support for a table like relation relation
* Initialize table access method support for a table like relation
*/
void
RelationInitTableAccessMethod(Relation relation)