Re: SonarQube Fixes #4 Database & Foreign Tables

From: Akshay Joshi <akshay(dot)joshi(at)enterprisedb(dot)com>
To: Rahul Shirsat <rahul(dot)shirsat(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: SonarQube Fixes #4 Database & Foreign Tables
Date: 2021-01-29 06:28:59
Message-ID: CANxoLDcbXKmiQU21sV=c_Lb72rh3qcasBkQjSG4MZ0mMDUJyRw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks, patch applied.

On Thu, Jan 21, 2021 at 5:25 PM Rahul Shirsat <
rahul(dot)shirsat(at)enterprisedb(dot)com> wrote:

>
>
> On Thu, Jan 21, 2021 at 2:47 PM Akshay Joshi <
> akshay(dot)joshi(at)enterprisedb(dot)com> wrote:
>
>> Hi Rahul
>>
>> Following are the review comments:
>>
>> - Change the name of the function 'get_pg_db_properties'. The
>> function returns lastsysoid and datistemplate only and I assume it is
>> applicable for PG/EPAS both.
>>
>> *Done!*
>
>>
>> - Add comments for all the new functions introduce in the patch.
>>
>> *Added!*
>
>>
>> On Thu, Jan 21, 2021 at 2:36 PM Rahul Shirsat <
>> rahul(dot)shirsat(at)enterprisedb(dot)com> wrote:
>>
>>> Hi Hackers,
>>>
>>> Please find the attached patch which resolves the sonar qube issues
>>> relating:
>>>
>>>
>>> 1. *Foreign Tables* -*Refactor this function to reduce its Cognitive
>>> Complexity from 67 to the 15 allowed.*
>>> 2. *Database* -*Refactor this function to reduce its Cognitive
>>> Complexity from 17 to the 15 allowed.*
>>>
>>>
>>> --
>>> *Rahul Shirsat*
>>> Senior Software Engineer | EnterpriseDB Corporation.
>>>
>>
>>
>> --
>> *Thanks & Regards*
>> *Akshay Joshi*
>> *pgAdmin Hacker | Principal Software Architect*
>> *EDB Postgres <http://edbpostgres.com>*
>>
>> *Mobile: +91 976-788-8246*
>>
>
>
> --
> *Rahul Shirsat*
> Senior Software Engineer | EnterpriseDB Corporation.
>

--
*Thanks & Regards*
*Akshay Joshi*
*pgAdmin Hacker | Principal Software Architect*
*EDB Postgres <http://edbpostgres.com>*

*Mobile: +91 976-788-8246*

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Akshay Joshi 2021-01-29 06:29:08 Re: [pgAdmin] RM5871 Show username in 'Connect to Server' pop up when server is created using service & user.
Previous Message Akshay Joshi 2021-01-29 06:28:50 Re: [patch][pgAdmin] Multiple ERD related fixes