Aaron Schulz has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/312094

Change subject: Generalize core schema docs in DatabasePostgres
......................................................................

Generalize core schema docs in DatabasePostgres

Change-Id: I52e64867c1533c50406623d5bc121c1e4da2459a
---
M includes/libs/rdbms/database/DatabasePostgres.php
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core 
refs/changes/94/312094/1

diff --git a/includes/libs/rdbms/database/DatabasePostgres.php 
b/includes/libs/rdbms/database/DatabasePostgres.php
index 69488af..e9349c4 100644
--- a/includes/libs/rdbms/database/DatabasePostgres.php
+++ b/includes/libs/rdbms/database/DatabasePostgres.php
@@ -991,7 +991,7 @@
        }
 
        /**
-        * Determine default schema for MediaWiki core
+        * Determine default schema for the current application
         * Adjust this session schema search path if desired schema exists
         * and is not alread there.
         *
@@ -1036,7 +1036,7 @@
        }
 
        /**
-        * Return schema name fore core MediaWiki tables
+        * Return schema name for core application tables
         *
         * @since 1.19
         * @return string Core schema name

-- 
To view, visit https://gerrit.wikimedia.org/r/312094
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I52e64867c1533c50406623d5bc121c1e4da2459a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/core
Gerrit-Branch: master
Gerrit-Owner: Aaron Schulz <asch...@wikimedia.org>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to