Skip to content
Snippets Groups Projects
Commit 06e18f51 authored by Angie Byron's avatar Angie Byron
Browse files

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

parent ac9054be
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -45,9 +45,10 @@ class Schema extends DatabaseSchema {
/**
* Make sure to limit identifiers according to PostgreSQL compiled in length.
*
* PostgreSQL allows in standard configuration no longer identifiers than 63 chars for
* table/relation names, indexes, primary keys, and constraints. So we map all to long
* identifiers to drupal_base64hash_tag, where tag is one of:
* PostgreSQL allows in standard configuration no longer identifiers than 63
* chars for table/relation names, indexes, primary keys, and constraints. So
* we map all identifiers that are too long to drupal_base64hash_tag, where
* tag is one of:
* - idx for indexes
* - key for constraints
* - pkey for primary keys
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment