Updated Drupal to 8.6. This goes with the following updates because it's possible...
[yaffs-website] / web / core / lib / Drupal / Core / Database / Driver / pgsql / Merge.php
1 <?php
2
3 namespace Drupal\Core\Database\Driver\pgsql;
4
5 use Drupal\Core\Database\Query\Merge as QueryMerge;
6
7 /**
8  * PostgreSQL implementation of \Drupal\Core\Database\Query\Merge.
9  */
10 class Merge extends QueryMerge {}