Changeset: b73d7db16609 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=b73d7db16609 Modified Files: sql/scripts/45_uuid.sql sql/scripts/75_storagemodel.sql Branch: default Log Message:
Correcting typos in comments diffs (29 lines): diff --git a/sql/scripts/45_uuid.sql b/sql/scripts/45_uuid.sql --- a/sql/scripts/45_uuid.sql +++ b/sql/scripts/45_uuid.sql @@ -5,7 +5,7 @@ -- Copyright 2008-2015 MonetDB B.V. -- (co) Martin Kersten --- The JSON type comes with a few operators. +-- The UUID type comes with a few operators. create type uuid external name uuid; diff --git a/sql/scripts/75_storagemodel.sql b/sql/scripts/75_storagemodel.sql --- a/sql/scripts/75_storagemodel.sql +++ b/sql/scripts/75_storagemodel.sql @@ -8,11 +8,11 @@ -- This script gives the database administrator insight in the actual -- footprint of the persistent tables and the maximum playground used -- when indices are introduced upon them. --- By chancing the storagemodelinput table directly, the footprint for +-- By changing the storagemodelinput table directly, the footprint for -- yet to be loaded databases can be assessed. -- The actual storage footprint of an existing database can be --- obtained by the table procuding function storage() +-- obtained by the table producing function storage() -- It represents the actual state of affairs, i.e. storage on disk -- of columns and foreign key indices, and possible temporary hash indices. -- For strings we take a sample to determine their average length. _______________________________________________ checkin-list mailing list [email protected] https://www.monetdb.org/mailman/listinfo/checkin-list
