Skip to content

Commit 0babcdf

Browse files
committed
Typo fix.
1 parent 68739ba commit 0babcdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/tablecmds.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -4068,7 +4068,7 @@ find_typed_table_dependencies(Oid typeOid, const char *typeName, DropBehavior be
40684068
*
40694069
* Check whether a type is suitable for CREATE TABLE OF/ALTER TABLE OF. If it
40704070
* isn't suitable, throw an error. Currently, we require that the type
4071-
* originated with CREATE TABLE AS. We could support any row type, but doing so
4071+
* originated with CREATE TYPE AS. We could support any row type, but doing so
40724072
* would require handling a number of extra corner cases in the DDL commands.
40734073
*/
40744074
void

0 commit comments

Comments
 (0)