Issue #998898 follow-up by kpv: Fix grammar/spelling/spacing in code comment.

8.0.x
webchick 2014-10-10 11:55:57 -07:00
parent ac9054bed0
commit 06e18f51fa
1 changed files with 4 additions and 3 deletions

View File

@ -45,9 +45,10 @@ class Schema extends DatabaseSchema {
/** /**
* Make sure to limit identifiers according to PostgreSQL compiled in length. * Make sure to limit identifiers according to PostgreSQL compiled in length.
* *
* PostgreSQL allows in standard configuration no longer identifiers than 63 chars for * PostgreSQL allows in standard configuration no longer identifiers than 63
* table/relation names, indexes, primary keys, and constraints. So we map all to long * chars for table/relation names, indexes, primary keys, and constraints. So
* identifiers to drupal_base64hash_tag, where tag is one of: * we map all identifiers that are too long to drupal_base64hash_tag, where
* tag is one of:
* - idx for indexes * - idx for indexes
* - key for constraints * - key for constraints
* - pkey for primary keys * - pkey for primary keys